The branch, v3-6-test has been updated
       via  2201ce0 s3-waf: add checks for fallocate fallocate64.
      from  3b49e62 s3-build: remove RPCCLI_DRSUAPI subsystem.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 2201ce04cee99cbde46136a32672c03f84e766f6
Author: Günther Deschner <g...@samba.org>
Date:   Tue Jan 11 11:43:28 2011 +0100

    s3-waf: add checks for fallocate fallocate64.
    
    Guenther
    
    Autobuild-User: Günther Deschner <g...@samba.org>
    Autobuild-Date: Wed Jan 12 00:56:57 CET 2011 on sn-devel-104
    (cherry picked from commit b0f4f6f464c36e987eaaaccdbd8a49d18dd5d28f)

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

Summary of changes:
 source3/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index dfb9929..3e83c12 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -96,7 +96,7 @@ def configure(conf):
     conf.CHECK_FUNCS('sigprocmask sigblock sigaction sigset innetgr')
     conf.CHECK_FUNCS('initgroups select poll rdchk getgrnam getgrent pathconf')
     conf.CHECK_FUNCS('setpriv setgidx setuidx setgroups sysconf stat64 
fstat64')
-    conf.CHECK_FUNCS('lstat64 fopen64 atexit grantpt lseek64 ftruncate64 
posix_fallocate posix_fallocate64')
+    conf.CHECK_FUNCS('lstat64 fopen64 atexit grantpt lseek64 ftruncate64 
fallocate fallocate64 posix_fallocate posix_fallocate64')
     conf.CHECK_FUNCS('fseek64 fseeko64 ftell64 ftello64 setluid')
     conf.CHECK_FUNCS('getpwnam', headers='sys/types.h pwd.h')
     conf.CHECK_FUNCS('opendir64 readdir64 seekdir64 telldir64 rewinddir64 
closedir64')


-- 
Samba Shared Repository

Reply via email to