summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2013-06-21 13:26:18 +0200
committerChristian Ambach <ambi@samba.org>2013-06-25 12:53:28 +0200
commite65c53226c21877e99879e4483d9b515dfe87672 (patch)
treea2c0b2e97f2dd90f567ca6a520b6df35a5a78b93 /nsswitch
parent48ae86f74c5ed2ae2612d61e232bfcf93d44c7f8 (diff)
downloadsamba-e65c53226c21877e99879e4483d9b515dfe87672.tar.gz
samba-e65c53226c21877e99879e4483d9b515dfe87672.tar.bz2
samba-e65c53226c21877e99879e4483d9b515dfe87672.zip
nsswitch: fix a comment
the beginning if is only ifdef LINUX now, not the long list this comment refers to Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/pam_winbind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/pam_winbind.h b/nsswitch/pam_winbind.h
index 0d9529e726..2a9dd0e344 100644
--- a/nsswitch/pam_winbind.h
+++ b/nsswitch/pam_winbind.h
@@ -93,7 +93,7 @@
#define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
#endif
-#endif /* defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) || defined(FREEBSD) || defined(AIX) */
+#endif /* (!)LINUX */
#if defined(HAVE_SECURITY_PAM_MODULES_H)
#include <security/pam_modules.h>