summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-12-31 01:42:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:08 -0500
commitc0e574a4739d20df87a0a48897537ba4c9afb2bf (patch)
treef230f0f22a8279337479cbc2fb5aa9fc4d39870e /source4/auth
parent52de553b826afb810ad352dcafbf19a6d09c5436 (diff)
downloadsamba-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)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/auth_unix.c2
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