=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdistd/server.c,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/rdistd/server.c 2014/07/05 07:39:18 1.31 --- src/usr.bin/rdistd/server.c 2014/07/12 03:02:27 1.32 *************** *** 1,4 **** ! /* $OpenBSD: server.c,v 1.31 2014/07/05 07:39:18 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: server.c,v 1.32 2014/07/12 03:02:27 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 1304,1312 **** 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; --- 1304,1310 ----