summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs/nfs.h
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-05-11 19:37:05 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-05-11 19:37:05 +0000
commit292f29fdfde93e9be02e8e6407fa41bbdc2556d3 (patch)
treef234f8832b1792fbed88ff640de6cf3b7b68a754 /sys/fs/nfs/nfs.h
parenta5fc8eddaa79c5a69aaf8badb9c4fd1a82fb11c2 (diff)
downloadFreeBSD-src-292f29fdfde93e9be02e8e6407fa41bbdc2556d3.zip
FreeBSD-src-292f29fdfde93e9be02e8e6407fa41bbdc2556d3.tar.gz
Change the name of the nfs server addsock structure from nfsd_args
to nfsd_addsock_args, so that it is consistent with the one in sys/nfsserver/nfs.h. Approved by: kib (mentor)
Diffstat (limited to 'sys/fs/nfs/nfs.h')
-rw-r--r--sys/fs/nfs/nfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfs.h b/sys/fs/nfs/nfs.h
index 8a341ac..b9d030f 100644
--- a/sys/fs/nfs/nfs.h
+++ b/sys/fs/nfs/nfs.h
@@ -157,7 +157,7 @@
* Structures for the nfssvc(2) syscall. Not that anyone but nfsd, mount_nfs
* and nfsloaduser should ever try and use it.
*/
-struct nfsd_args {
+struct nfsd_addsock_args {
int sock; /* Socket to serve */
caddr_t name; /* Client addr for connection based sockets */
int namelen; /* Length of name */
OpenPOWER on IntegriCloud