svn commit: samba r12627 - in branches/SAMBA_4_0/source/auth: .

abartlet at samba.org abartlet at samba.org
Sat Dec 31 01:42:36 GMT 2005


Author: abartlet
Date: 2005-12-31 01:42:32 +0000 (Sat, 31 Dec 2005)
New Revision: 12627

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12627

Log:
This magic comment keeps minimal_includes.pl from suggesting the
removal of this header.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/auth_unix.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_unix.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_unix.c	2005-12-31 01:36:09 UTC (rev 12626)
+++ branches/SAMBA_4_0/source/auth/auth_unix.c	2005-12-31 01:42:32 UTC (rev 12627)
@@ -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



More information about the samba-cvs mailing list