summaryrefslogtreecommitdiff
path: root/system/linux-pam/fix-compat.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-15 20:54:01 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-15 20:54:01 -0500
commit79ef663df99da8741bc47142bcb95dc4dec68db3 (patch)
treeb87c74fdc59146f44a1704115c122ced78d51bb1 /system/linux-pam/fix-compat.patch
parent21fb7168e62542ec26e32061f2bf1539ceb60b95 (diff)
downloadpackages-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.patch11
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? */