summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-07-20 05:03:44 +0000
committerderaadt <deraadt@openbsd.org>1996-07-20 05:03:44 +0000
commita8fa8c0b607a742cb9d2b45cf3a0b576aeffe01e (patch)
tree363a6712edc527e9f16afe340e4d6f368b8540a4 /usr.sbin/rpc.lockd
parentrpc.lockd from freebsd; has a problem yet (diff)
downloadwireguard-openbsd-a8fa8c0b607a742cb9d2b45cf3a0b576aeffe01e.tar.xz
wireguard-openbsd-a8fa8c0b607a742cb9d2b45cf3a0b576aeffe01e.zip
compiles...
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)
{