summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-ai
blob: 9138ca1b99969d0ccbf5c0cc464390cd3ee4a973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ai,v 1.4 2007/02/11 18:39:04 tron Exp $

--- nsswitch/pam_winbind.h.orig	2007-02-04 18:59:14.000000000 +0000
+++ nsswitch/pam_winbind.h	2007-02-11 15:44:58.000000000 +0000
@@ -33,9 +33,6 @@
 
 #include <iniparser.h>
 
-#if defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) || defined(FREEBSD) || defined(AIX)
-
-/* Solaris always uses dynamic pam modules */
 #define PAM_EXTERN extern
 #include <security/pam_appl.h> 
 
@@ -43,8 +40,6 @@
 #define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
 #endif
 
-#endif
-
 #ifdef HAVE_SECURITY_PAM_MODULES_H
 #include <security/pam_modules.h>
 #endif