scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
[termux-packages] / packages / screen / osdef.h.in.patch
CommitLineData
50f6d032 1--- ../cache/screen-4.4.0/osdef.h.in 2016-06-19 19:41:03.000000000 +0000
2+++ ./osdef.h.in 2016-12-20 06:56:21.153724184 +0000
3@@ -133,8 +133,9 @@
4 extern char *getwd __P((char *));
5 extern char *getenv __P((char *));
6 extern time_t time __P((time_t *));
7-
8+#ifndef __ANDROID__
9 extern char *getpass __P((char *));
10+#endif
11 extern char *getlogin __P((void));
12 extern char *ttyname __P((int));
13