summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-09-25 01:22:56 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-09-25 06:38:40 +0200
commit6749cfb418cd8e21df626c7144f1f4db3b6770e7 (patch)
treef58db6718acf5b6e045fdd811f802deeeb00db36 /lib/replace
parent322654d7923315ac43b2cf9e7a942d535f2ee224 (diff)
downloadsamba-6749cfb418cd8e21df626c7144f1f4db3b6770e7.tar.gz
samba-6749cfb418cd8e21df626c7144f1f4db3b6770e7.tar.bz2
samba-6749cfb418cd8e21df626c7144f1f4db3b6770e7.zip
replace: Avoid returning value in void setproctitle() replacement.
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Tue Sep 25 06:38:40 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/replace.c1
1 files changed, 0 insertions, 1 deletions
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