diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-12-31 01:42:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:08 -0500 |
commit | c0e574a4739d20df87a0a48897537ba4c9afb2bf (patch) | |
tree | f230f0f22a8279337479cbc2fb5aa9fc4d39870e | |
parent | 52de553b826afb810ad352dcafbf19a6d09c5436 (diff) | |
download | samba-c0e574a4739d20df87a0a48897537ba4c9afb2bf.tar.gz samba-c0e574a4739d20df87a0a48897537ba4c9afb2bf.tar.bz2 samba-c0e574a4739d20df87a0a48897537ba4c9afb2bf.zip |
r12627: This magic comment keeps minimal_includes.pl from suggesting the
removal of this header.
Andrew Bartlett
(This used to be commit 17d4d49fe13831a4b9092b57a6279c128e10d36b)
-rw-r--r-- | source4/auth/auth_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index 83e51921ea..26f2ed464f 100644 --- a/source4/auth/auth_unix.c +++ b/source4/auth/auth_unix.c @@ -22,7 +22,7 @@ #include "includes.h" #include "auth/auth.h" -#include "system/passwd.h" +#include "system/passwd.h" /* needed by some systems for struct passwd */ /* TODO: look at how to best fill in parms retrieveing a struct passwd info * except in case USER_INFO_DONT_CHECK_UNIX_ACCOUNT is set |