nsswitch: fix a comment
authorChristian Ambach <ambi@samba.org>
Fri, 21 Jun 2013 11:26:18 +0000 (13:26 +0200)
committerChristian Ambach <ambi@samba.org>
Tue, 25 Jun 2013 10:53:28 +0000 (12:53 +0200)
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>
nsswitch/pam_winbind.h

index 0d9529e726a970660258d8c86cc71b37fa03057f..2a9dd0e344ab649a43f90455ac6c6c6a8f2d7d21 100644 (file)
@@ -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>