texlive-tlmgr: add subpackage
[termux-packages] / packages / inetutils / utmp_logout.c.patch
CommitLineData
59f0d218
FF
1diff -u -r ../inetutils-1.9.3/libinetutils/utmp_logout.c ./libinetutils/utmp_logout.c
2--- ../inetutils-1.9.3/libinetutils/utmp_logout.c 2015-03-31 11:40:48.000000000 -0400
3+++ ./libinetutils/utmp_logout.c 2015-05-12 16:29:06.884147490 -0400
4@@ -68,6 +68,7 @@
5 void
6 utmp_logout (char *line)
7 {
8+#ifndef __ANDROID__
9 #ifdef HAVE_UTMPX_H
10 struct utmpx utx;
11 struct utmpx *ut;
12@@ -166,4 +167,5 @@
13 logwtmp (line, "", "");
14 # endif /* HAVE_LOGOUT */
15 #endif
16+#endif
17 }