From 5dfa1b8358c61d028262cd13e70bfd7955b851bc Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sat, 12 Jul 2014 03:02:28 +0000 Subject: Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines --- usr.bin/rdistd/server.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/rdistd') diff --git a/usr.bin/rdistd/server.c b/usr.bin/rdistd/server.c index 2fd6b7f6270..f1f6a8794ca 100644 --- a/usr.bin/rdistd/server.c +++ b/usr.bin/rdistd/server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server.c,v 1.31 2014/07/05 07:39:18 guenther Exp $ */ +/* $OpenBSD: server.c,v 1.32 2014/07/12 03:02:27 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -1304,9 +1304,7 @@ setconfig(char *cmd) if (!fromhost) { fromhost = xstrdup(cp); message(MT_SYSLOG, "startup for %s", fromhost); -#if defined(SETARGS) || defined(HAVE_SETPROCTITLE) setproctitle("serving %s", cp); -#endif /* SETARGS || HAVE_SETPROCTITLE */ } break; -- cgit v1.2.3