From: Stefan Metzmacher Date: Fri, 30 Jan 2009 16:58:16 +0000 (+0100) Subject: heimdal:roken: arg_printusage() should not try to return a value. X-Git-Tag: samba-4.0.0alpha7~417^2~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f09dd0d824c3e35423d68e2fb1f14dbd0875dd2;p=thirdparty%2Fsamba.git heimdal:roken: arg_printusage() should not try to return a value. This should fix problems with the IRIX build. metze --- diff --git a/source4/heimdal/lib/roken/getarg.c b/source4/heimdal/lib/roken/getarg.c index 3884fa83d65..7679d7f7f89 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