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
319 B

--- ./clients/kpasswd/ksetpwd.c 2016-12-02 04:01:24.000000000 +0530
+++ ../ksetpwd.c 2016-12-12 20:56:16.223675060 +0530
@@ -4,6 +4,10 @@
#include <unistd.h>
#include <time.h>
+#ifdef __ANDROID__
+#include "netbsd_getpass.c"
+#endif
+
#define TKTTIMELEFT 60*10 /* ten minutes */
static int verify_creds()