svn commit: samba r8933 - in branches/SAMBA_4_0/source: auth include/system

jelmer at samba.org jelmer at samba.org
Tue Aug 2 18:46:18 GMT 2005


Author: jelmer
Date: 2005-08-02 18:46:17 +0000 (Tue, 02 Aug 2005)
New Revision: 8933

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

Log:
Fix missing prototype warnings

Modified:
   branches/SAMBA_4_0/source/auth/auth_unix.c
   branches/SAMBA_4_0/source/include/system/passwd.h


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_unix.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_unix.c	2005-08-02 18:29:51 UTC (rev 8932)
+++ branches/SAMBA_4_0/source/auth/auth_unix.c	2005-08-02 18:46:17 UTC (rev 8933)
@@ -23,6 +23,7 @@
 #include "includes.h"
 #include "auth/auth.h"
 #include "system/passwd.h"
+#include "system/iconv.h"
 
 /* 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

Modified: branches/SAMBA_4_0/source/include/system/passwd.h
===================================================================
--- branches/SAMBA_4_0/source/include/system/passwd.h	2005-08-02 18:29:51 UTC (rev 8932)
+++ branches/SAMBA_4_0/source/include/system/passwd.h	2005-08-02 18:46:17 UTC (rev 8933)
@@ -33,6 +33,10 @@
 #include <sys/id.h>
 #endif
 
+#ifdef HAVE_CRYPT_H
+#include <crypt.h>
+#endif
+
 #ifdef HAVE_SHADOW_H
 #include <shadow.h>
 #endif



More information about the samba-cvs mailing list