diff options
author | 2009-07-14 16:40:29 +0000 | |
---|---|---|
committer | 2009-07-14 16:40:29 +0000 | |
commit | acf94685174a78f2fd444990771d1353713873ea (patch) | |
tree | 16fb2b9943cdbfda22b9b373388b41017c741922 | |
parent | Don't specify mode(SI) attribute for __EH_FRAME_END__ as we have (diff) | |
download | wireguard-openbsd-acf94685174a78f2fd444990771d1353713873ea.tar.xz wireguard-openbsd-acf94685174a78f2fd444990771d1353713873ea.zip |
don't give people any ideas. nfssvc(2) should not be used
by anyone besides nfsd(8).
ok blambert@
-rw-r--r-- | sys/nfs/nfs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index 07569ded5e3..0e1b483fd81 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs.h,v 1.44 2009/06/04 02:06:40 blambert Exp $ */ +/* $OpenBSD: nfs.h,v 1.45 2009/07/14 16:40:29 thib Exp $ */ /* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */ /* @@ -96,8 +96,8 @@ #define B_INVAFTERWRITE B_INVAL /* - * Structures for the nfssvc(2) syscall. Not that anyone but nfsd and mount_nfs - * should ever try and use it. + * Structures for the nfssvc(2) syscall. + * Not that anyone besides nfsd(8) should ever use it. */ struct nfsd_args { int sock; /* Socket to serve */ |