summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/patches/patch-aj')
-rw-r--r--net/samba/patches/patch-aj16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/samba/patches/patch-aj b/net/samba/patches/patch-aj
deleted file mode 100644
index a3c6a22dfc6..00000000000
--- a/net/samba/patches/patch-aj
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aj,v 1.3 2005/11/14 08:05:27 jlam Exp $
-
---- nsswitch/pam_winbind.c.orig 2005-10-12 13:03:29.000000000 -0400
-+++ nsswitch/pam_winbind.c
-@@ -11,6 +11,11 @@
-
- #include "pam_winbind.h"
-
-+/* Solaris PAM doens't define PAM_EXTERN. */
-+#ifndef PAM_EXTERN
-+#define PAM_EXTERN extern
-+#endif
-+
- /* data tokens */
-
- #define MAX_PASSWD_TRIES 3