summaryrefslogtreecommitdiff
path: root/security/PAM/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'security/PAM/patches/patch-ai')
-rw-r--r--security/PAM/patches/patch-ai15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/PAM/patches/patch-ai b/security/PAM/patches/patch-ai
deleted file mode 100644
index c0067222dc1..00000000000
--- a/security/PAM/patches/patch-ai
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ai,v 1.1.1.1 2000/10/21 18:41:54 rh Exp $
-
---- modules/pam_env/pam_env.c.orig Sat Oct 21 11:37:33 2000
-+++ modules/pam_env/pam_env.c
-@@ -18,7 +18,10 @@
- #define _GNU_SOURCE
- #define _BSD_SOURCE
-
-+#include <sys/param.h>
-+#if (!defined(BSD) || BSD < 199306)
- #include <features.h>
-+#endif
- #include <ctype.h>
- #include <errno.h>
- #include <pwd.h>