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 <me...@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

Reply via email to