You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
394 B

--- ../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));