diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-20 05:03:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-20 05:03:45 +0000 |
commit | 16ffad6e13222dc2566a095bcb2a768251840e3e (patch) | |
tree | b2fd6a94a8df03fe2399b2682bbb6e13bcddb0fd /usr.sbin | |
parent | 37718374e807c20c9233c1a4fbf61bbfa8ff4319 (diff) |
compiles...
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpc.lockd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/rpc.lockd/lockd.c | 3 |
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) { |