From 6749cfb418cd8e21df626c7144f1f4db3b6770e7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 25 Sep 2012 01:22:56 +0200 Subject: 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 --- lib/replace/replace.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/replace') diff --git a/lib/replace/replace.c b/lib/replace/replace.c index a0aa788658..e461471e55 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 -- cgit