summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd/rusersd.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-01-07 07:54:18 +0000
committercharnier <charnier@FreeBSD.org>1998-01-07 07:54:18 +0000
commit7d9a2cfbe3036389564163aa6599c1a1113aa23e (patch)
tree786c88fb7cdc7710a09abd5840479715bba7b857 /libexec/rpc.rusersd/rusersd.c
parent4cc8746553f64933dbe86087328c6bfff866ad92 (diff)
downloadFreeBSD-src-7d9a2cfbe3036389564163aa6599c1a1113aa23e.zip
FreeBSD-src-7d9a2cfbe3036389564163aa6599c1a1113aa23e.tar.gz
Remove unused #includes and make it compile again with -DDEBUG. Use syslog()
instead of errx() when being a daemon.
Diffstat (limited to 'libexec/rpc.rusersd/rusersd.c')
-rw-r--r--libexec/rpc.rusersd/rusersd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c
index 5cc4faf..5d96f9e 100644
--- a/libexec/rpc.rusersd/rusersd.c
+++ b/libexec/rpc.rusersd/rusersd.c
@@ -33,10 +33,9 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: rusersd.c,v 1.6 1997/11/26 07:36:51 charnier Exp $";
#endif /* not lint */
-#include <stdio.h>
#include <stdlib.h>
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
OpenPOWER on IntegriCloud