diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2001-08-19 19:16:13 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2001-08-19 19:16:13 +0000 |
commit | 38da0b74b703fb2b4d2d60fcc80f0f9fdddf709c (patch) | |
tree | 464c247a7d04118b121c559ee8fe614ddedf1bca /usr.sbin/rpc.pcnfsd/pcnfsd.x | |
parent | e74e0c407458e60632d7cd8932ba6aa0d3d0ffa4 (diff) |
first pass at some cleanup here
- use standard functions,, dont roll our own (strdup, strcasecmp, etc)
- style(9)
- share common headers.. more readable.
doesnt address some of the other problems (cacheing), yet
Diffstat (limited to 'usr.sbin/rpc.pcnfsd/pcnfsd.x')
-rw-r--r-- | usr.sbin/rpc.pcnfsd/pcnfsd.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rpc.pcnfsd/pcnfsd.x b/usr.sbin/rpc.pcnfsd/pcnfsd.x index 9274d768aef..947ba0b3436 100644 --- a/usr.sbin/rpc.pcnfsd/pcnfsd.x +++ b/usr.sbin/rpc.pcnfsd/pcnfsd.x @@ -1,3 +1,4 @@ +/* $OpenBSD: pcnfsd.x,v 1.2 2001/08/19 19:16:12 ericj Exp $ */ /* $NetBSD: pcnfsd.x,v 1.2 1995/07/25 22:20:33 gwr Exp $ */ /* The maximum number of bytes in a user name argument */ |