[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-274-g2c2545d

Tim Prouty tprouty at samba.org
Fri Jan 30 22:44:33 GMT 2009


The branch, master has been updated
       via  2c2545d45af9c7479bf032fff1263e102926a495 (commit)
      from  d4aeed879b21db41643250a23b1009b543e6c99f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2c2545d45af9c7479bf032fff1263e102926a495
Author: Tim Prouty <tprouty at samba.org>
Date:   Fri Jan 30 13:53:33 2009 -0800

    s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings

-----------------------------------------------------------------------

Summary of changes:
 lib/tdb/pytdb.c      |    4 ----
 source3/configure.in |    2 +-
 2 files changed, 1 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c
index 60aae9f..159bc4d 100644
--- a/lib/tdb/pytdb.c
+++ b/lib/tdb/pytdb.c
@@ -32,10 +32,6 @@
 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
 #endif
 
-#ifdef HAVE_FSTAT
-#undef HAVE_FSTAT
-#endif
-
 /* Include tdb headers */
 #include <tdb.h>
 
diff --git a/source3/configure.in b/source3/configure.in
index 3ae2c8c..615ab9e 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1027,7 +1027,7 @@ fi
 
 AC_CHECK_FUNCS(getcwd fchown chmod fchmod mknod mknod64)
 AC_CHECK_FUNCS(strtol)
-AC_CHECK_FUNCS(fstat strchr chflags)
+AC_CHECK_FUNCS(strchr chflags)
 AC_CHECK_FUNCS(getrlimit fsync fdatasync setpgid)
 AC_CHECK_FUNCS(setsid glob strpbrk crypt16 getauthuid)
 AC_CHECK_FUNCS(sigprocmask sigblock sigaction sigset innetgr setnetgrent getnetgrent endnetgrent)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list