svn commit: samba r23237 - in branches/SAMBA_4_0/source/lib/replace: . system

tridge at samba.org tridge at samba.org
Wed May 30 08:15:00 GMT 2007


Author: tridge
Date: 2007-05-30 08:14:59 +0000 (Wed, 30 May 2007)
New Revision: 23237

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

Log:

update lib/replace from ctdb

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4
   branches/SAMBA_4_0/source/lib/replace/system/filesys.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2007-05-30 07:02:40 UTC (rev 23236)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2007-05-30 08:14:59 UTC (rev 23237)
@@ -99,8 +99,8 @@
 AC_CHECK_HEADERS(sys/socket.h netinet/in.h netdb.h arpa/inet.h)
 AC_CHECK_HEADERS(netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h)
 AC_CHECK_HEADERS(sys/sockio.h sys/un.h)
+AC_CHECK_HEADERS(sys/mount.h mntent.h)
 
-
 dnl we need to check that net/if.h really can be used, to cope with hpux
 dnl where including it always fails
 AC_CACHE_CHECK([for usable net/if.h],libreplace_cv_USABLE_NET_IF_H,[

Modified: branches/SAMBA_4_0/source/lib/replace/system/filesys.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/filesys.h	2007-05-30 07:02:40 UTC (rev 23236)
+++ branches/SAMBA_4_0/source/lib/replace/system/filesys.h	2007-05-30 08:14:59 UTC (rev 23237)
@@ -38,6 +38,10 @@
 #include <sys/mount.h>
 #endif
 
+#ifdef HAVE_MNTENT_H
+#include <mntent.h>
+#endif
+
 #ifdef HAVE_SYS_VFS_H
 #include <sys/vfs.h>
 #endif



More information about the samba-cvs mailing list