[SCM] Samba Shared Repository - branch v3-6-test updated

Günther Deschner gd at samba.org
Thu Jan 27 05:37:45 MST 2011


The branch, v3-6-test has been updated
       via  c97e104 s3-build: remove another leftover of -I../source4.
      from  f22ff13 Looking into printer driver issues, I ran across some peculiarities in copy_file(): - Firstly, if the source file is zero bytes, NT_STATUS_DISK_FULL is   returned. - Secondly, the conditional lseek is confusing. It fires when   OPENX_FILE_EXISTS_OPEN is set and I can't see why the lseek is   necessary in this case. - Finally, the lseek error path also results in NT_STATUS_DISK_FULL.

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


- Log -----------------------------------------------------------------
commit c97e1049f0027fec9f60e316b86de3f8a359a119
Author: Günther Deschner <gd at samba.org>
Date:   Tue Jan 25 12:10:25 2011 +0100

    s3-build: remove another leftover of -I../source4.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Thu Jan 27 13:30:30 CET 2011 on sn-devel-104
    (cherry picked from commit 9d04f2bd68ca80f2a3270b40e9744e28a04f8646)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/autogen.sh b/source3/autogen.sh
index e99c90c..8f8cd2c 100755
--- a/source3/autogen.sh
+++ b/source3/autogen.sh
@@ -65,7 +65,7 @@ echo "$0: running script/mkversion.sh"
 rm -rf autom4te*.cache
 rm -f configure include/config.h*
 
-IPATHS="-Im4 -I../m4 -I../lib/replace -I../source4"
+IPATHS="-Im4 -I../m4 -I../lib/replace"
 
 echo "$0: running $AUTOHEADER $IPATHS"
 $AUTOHEADER $IPATHS || exit 1


-- 
Samba Shared Repository


More information about the samba-cvs mailing list