chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libgpg-error: workaround no stdout atexit with constructor prior to N (#1017)
[termux-packages]
/
packages
/
krb5
/
getpass.patch
1
--- ./clients/kpasswd/ksetpwd.c 2016-12-02 04:01:24.000000000 +0530
2
+++ ../ksetpwd.c 2016-12-12 20:56:16.223675060 +0530
3
@@ -4,6 +4,10 @@
4
#include <unistd.h>
5
#include <time.h>
6
7
+#ifdef __ANDROID__
8
+#include "netbsd_getpass.c"
9
+#endif
10
+
11
#define TKTTIMELEFT 60*10 /* ten minutes */
12
13
static int verify_creds()