[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-253-g3f09dd0

Stefan Metzmacher metze at samba.org
Fri Jan 30 16:59:43 GMT 2009


The branch, master has been updated
       via  3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2 (commit)
      from  334c6e6b78de8529fce0061efd5249f8fe2d256f (commit)

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


- Log -----------------------------------------------------------------
commit 3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Jan 30 17:58:16 2009 +0100

    heimdal:roken: arg_printusage() should not try to return a value.
    
    This should fix problems with the IRIX build.
    
    metze

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

Summary of changes:
 source4/heimdal/lib/roken/getarg.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/heimdal/lib/roken/getarg.c b/source4/heimdal/lib/roken/getarg.c
index 3884fa8..7679d7f 100644
--- a/source4/heimdal/lib/roken/getarg.c
+++ b/source4/heimdal/lib/roken/getarg.c
@@ -216,8 +216,8 @@ arg_printusage (struct getargs *args,
 		const char *progname,
 		const char *extra_string)
 {
-    return arg_printusage_i18n(args, num_args, "Usage",
-			       progname, extra_string, builtin_i18n);
+    arg_printusage_i18n(args, num_args, "Usage",
+			progname, extra_string, builtin_i18n);
 }
 
 void ROKEN_LIB_FUNCTION


-- 
Samba Shared Repository


More information about the samba-cvs mailing list