svn commit: samba r2364 - in branches/SAMBA_3_0/source/include: .

tpot at samba.org tpot at samba.org
Thu Sep 16 02:49:02 GMT 2004


Author: tpot
Date: 2004-09-16 02:49:01 +0000 (Thu, 16 Sep 2004)
New Revision: 2364

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source/include&rev=2364&nolog=1

Log:
Include yp_prot.h before ypclnt.h as AIX 5.2 spits the dummy otherwise.
Bugzilla #1778.

Modified:
   branches/SAMBA_3_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2004-09-16 00:25:04 UTC (rev 2363)
+++ branches/SAMBA_3_0/source/include/includes.h	2004-09-16 02:49:01 UTC (rev 2364)
@@ -396,9 +396,6 @@
 #endif
 
 #if defined (HAVE_NETGROUP)
-#if defined(HAVE_RPCSVC_YPCLNT_H)
-#include <rpcsvc/ypclnt.h>
-#endif
 #if defined(HAVE_RPCSVC_YP_PROT_H)
 /*
  * HP-UX 11.X has TCP_NODELAY and TCP_MAXSEG defined in <netinet/tcp.h> which
@@ -415,6 +412,9 @@
 #endif
 #include <rpcsvc/yp_prot.h>
 #endif
+#if defined(HAVE_RPCSVC_YPCLNT_H)
+#include <rpcsvc/ypclnt.h>
+#endif
 #endif /* HAVE_NETGROUP */
 
 #if defined(HAVE_SYS_IPC_H)



More information about the samba-cvs mailing list