diff options
author | Christian Ambach <ambi@samba.org> | 2013-06-21 13:26:18 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2013-06-25 12:53:28 +0200 |
commit | e65c53226c21877e99879e4483d9b515dfe87672 (patch) | |
tree | a2c0b2e97f2dd90f567ca6a520b6df35a5a78b93 /nsswitch | |
parent | 48ae86f74c5ed2ae2612d61e232bfcf93d44c7f8 (diff) | |
download | samba-e65c53226c21877e99879e4483d9b515dfe87672.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/pam_winbind.h b/nsswitch/pam_winbind.h index 0d9529e726a..2a9dd0e344a 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> |