[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-486-gec5d8dd

Stefan Metzmacher metze at samba.org
Tue Sep 9 11:02:03 GMT 2008


The branch, v4-0-test has been updated
       via  ec5d8ddadb76ff0d2cb72872e4d145a7527f0ec6 (commit)
      from  3edbbb12bda8e19a9f5a72849bc79e0fad7976f8 (commit)

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


- Log -----------------------------------------------------------------
commit ec5d8ddadb76ff0d2cb72872e4d145a7527f0ec6
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Sep 9 13:01:34 2008 +0200

    UNIX-WHOAMI: fix compiler warnings
    
    metze

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

Summary of changes:
 source/torture/unix/whoami.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/torture/unix/whoami.c b/source/torture/unix/whoami.c
index d4f19bb..39d0a12 100644
--- a/source/torture/unix/whoami.c
+++ b/source/torture/unix/whoami.c
@@ -18,11 +18,11 @@
 */
 
 #include "includes.h"
-#include "torture/torture.h"
-#include "torture/basic/proto.h"
 #include "libcli/libcli.h"
 #include "libcli/raw/interfaces.h"
 #include "libcli/raw/raw_proto.h"
+#include "torture/torture.h"
+#include "torture/basic/proto.h"
 #include "lib/cmdline/popt_common.h"
 #include "auth/credentials/credentials.h"
 #include "param/param.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list