From e65c53226c21877e99879e4483d9b515dfe87672 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 21 Jun 2013 13:26:18 +0200 Subject: 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 Reviewed-by: Volker Lendecke --- nsswitch/pam_winbind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch/pam_winbind.h') 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 -- cgit