From: Jelmer Vernooij Date: Mon, 24 Sep 2012 23:22:56 +0000 (+0200) Subject: replace: Avoid returning value in void setproctitle() replacement. X-Git-Tag: talloc-2.0.8~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6749cfb418cd8e21df626c7144f1f4db3b6770e7;p=thirdparty%2Fsamba.git replace: Avoid returning value in void setproctitle() replacement. Autobuild-User(master): Jelmer Vernooij Autobuild-Date(master): Tue Sep 25 06:38:40 CEST 2012 on sn-devel-104 --- diff --git a/lib/replace/replace.c b/lib/replace/replace.c index a0aa788658e..e461471e551 100644 --- a/lib/replace/replace.c +++ b/lib/replace/replace.c @@ -898,6 +898,5 @@ int rep_usleep(useconds_t sec) #ifndef HAVE_SETPROCTITLE void rep_setproctitle(const char *fmt, ...) { - return 0; } #endif