svn commit: samba r19518 - in branches/SAMBA_3_0_24/source/nsswitch: .

jra at samba.org jra at samba.org
Tue Oct 31 16:38:13 GMT 2006


Author: jra
Date: 2006-10-31 16:38:12 +0000 (Tue, 31 Oct 2006)
New Revision: 19518

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

Log:
Use old format of includes for 3.0.24.
Jeremy.

Modified:
   branches/SAMBA_3_0_24/source/nsswitch/pam_winbind.h


Changeset:
Modified: branches/SAMBA_3_0_24/source/nsswitch/pam_winbind.h
===================================================================
--- branches/SAMBA_3_0_24/source/nsswitch/pam_winbind.h	2006-10-31 15:03:39 UTC (rev 19517)
+++ branches/SAMBA_3_0_24/source/nsswitch/pam_winbind.h	2006-10-31 16:38:12 UTC (rev 19518)
@@ -4,10 +4,24 @@
    Shirish Kalele 2000
 */
 
-#include "lib/replace/replace.h"
-#include "system/syslog.h"
-#include "system/time.h"
+#ifdef HAVE_FEATURES_H
+#include <features.h>
+#endif
 
+#include <stdlib.h>
+#include <unistd.h>
+#include <limits.h>
+#include <string.h>
+#include <syslog.h>
+#include <stdarg.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <time.h>
+
+#include <config.h>
+
 #define MODULE_NAME "pam_winbind"
 #define PAM_SM_AUTH
 #define PAM_SM_ACCOUNT



More information about the samba-cvs mailing list