diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-15 20:54:01 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-15 20:54:01 -0500 |
commit | 79ef663df99da8741bc47142bcb95dc4dec68db3 (patch) | |
tree | b87c74fdc59146f44a1704115c122ced78d51bb1 /system/linux-pam/fix-compat.patch | |
parent | 21fb7168e62542ec26e32061f2bf1539ceb60b95 (diff) | |
download | packages-79ef663df99da8741bc47142bcb95dc4dec68db3.tar.gz packages-79ef663df99da8741bc47142bcb95dc4dec68db3.tar.bz2 packages-79ef663df99da8741bc47142bcb95dc4dec68db3.tar.xz packages-79ef663df99da8741bc47142bcb95dc4dec68db3.zip |
system/linux-pam: [PD] fix, bump to 1.3.1, use utmpx
Diffstat (limited to 'system/linux-pam/fix-compat.patch')
-rw-r--r-- | system/linux-pam/fix-compat.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/linux-pam/fix-compat.patch b/system/linux-pam/fix-compat.patch index 4096c3a47..e450dbb0b 100644 --- a/system/linux-pam/fix-compat.patch +++ b/system/linux-pam/fix-compat.patch @@ -8,14 +8,3 @@ #include <fcntl.h> #include <time.h> #include <errno.h> -@@ -48,6 +49,10 @@ - - #ifndef _PATH_BTMP - # define _PATH_BTMP "/var/log/btmp" -+#endif -+ -+#ifndef __GLIBC__ -+#define logwtmp(args...) - #endif - - /* XXX - time before ignoring lock. Is 1 sec enough? */ |