summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.lockd')
-rw-r--r--usr.sbin/rpc.lockd/Makefile4
-rw-r--r--usr.sbin/rpc.lockd/lockd.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile
index b016e67d648..a19da2d7387 100644
--- a/usr.sbin/rpc.lockd/Makefile
+++ b/usr.sbin/rpc.lockd/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.1 1996/07/20 05:02:34 deraadt Exp $
+# $Id: Makefile,v 1.2 1996/07/20 05:03:44 deraadt Exp $
PROG = rpc.lockd
SRCS = nlm_prot_svc.c lockd.c procs.c
-MAN8 = rpc.lockd.8
+MAN = rpc.lockd.8
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
diff --git a/usr.sbin/rpc.lockd/lockd.c b/usr.sbin/rpc.lockd/lockd.c
index a0347d44142..1a416f66f8c 100644
--- a/usr.sbin/rpc.lockd/lockd.c
+++ b/usr.sbin/rpc.lockd/lockd.c
@@ -43,6 +43,9 @@ extern void nlm_prog_3 __P((struct svc_req, register SVCXPRT));
int debug_level = 0; /* Zero means no debugging syslog() calls */
+#if 1
+int _rpcsvcdirty;
+#endif
main(int argc, char **argv)
{