summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2009-07-14 16:40:30 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2009-07-14 16:40:30 +0000
commit133dc4affb2c0159f4cfb20438099effa7828d17 (patch)
tree17e2ac4b35a51bef9145c25dddfaa7c9ce92453b /sys/nfs
parentb362cd03aa8833266a7753e234f75878dff8a1b8 (diff)
don't give people any ideas. nfssvc(2) should not be used
by anyone besides nfsd(8). ok blambert@
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs.h6
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 */