Fredrik Fornwall
7 years ago
2 changed files with 3 additions and 16 deletions
@ -1,13 +0,0 @@ |
|||
--- ./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() |
Loading…
Reference in new issue