14 lines
394 B
Diff
14 lines
394 B
Diff
--- ../cache/screen-4.4.0/osdef.h.in 2016-06-19 19:41:03.000000000 +0000
|
|
+++ ./osdef.h.in 2016-12-20 06:56:21.153724184 +0000
|
|
@@ -133,8 +133,9 @@
|
|
extern char *getwd __P((char *));
|
|
extern char *getenv __P((char *));
|
|
extern time_t time __P((time_t *));
|
|
-
|
|
+#ifndef __ANDROID__
|
|
extern char *getpass __P((char *));
|
|
+#endif
|
|
extern char *getlogin __P((void));
|
|
extern char *ttyname __P((int));
|
|
|