r12627: This magic comment keeps minimal_includes.pl from suggesting the
authorAndrew Bartlett <abartlet@samba.org>
Sat, 31 Dec 2005 01:42:32 +0000 (01:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:08 +0000 (13:49 -0500)
removal of this header.

Andrew Bartlett

source/auth/auth_unix.c

index 83e51921ea383ec610eaba88738251cb9b659652..26f2ed464ff2ce03646277fb3b9eebbca94e20a2 100644 (file)
@@ -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