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

vlendec at samba.org vlendec at samba.org
Sat Sep 24 08:24:55 GMT 2005


Author: vlendec
Date: 2005-09-24 08:24:55 +0000 (Sat, 24 Sep 2005)
New Revision: 10472

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

Log:
Check for strndup
Modified:
   branches/SAMBA_4_0/source/lib/replace/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/config.m4	2005-09-24 07:30:20 UTC (rev 10471)
+++ branches/SAMBA_4_0/source/lib/replace/config.m4	2005-09-24 08:24:55 UTC (rev 10472)
@@ -22,7 +22,7 @@
 AC_CHECK_FUNCS(seteuid setresuid setegid setresgid chroot bzero strerror)
 AC_CHECK_FUNCS(timegm setenv vsyslog setlinebuf mktime ftruncate chsize rename)
 AC_CHECK_FUNCS(waitpid strnlen strlcpy strlcat innetgr initgroups memmove strdup)
-AC_CHECK_FUNCS(pread pwrite)
+AC_CHECK_FUNCS(pread pwrite strndup)
 AC_HAVE_DECL(setresuid, [#include <unistd.h>])
 AC_HAVE_DECL(setresgid, [#include <unistd.h>])
 AC_HAVE_DECL(errno, [#include <errno.h>])



More information about the samba-cvs mailing list