summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-03-28 10:14:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-03-28 10:14:28 +0000
commitcb2c654d02c585c573b5f5b17b746b49b0e4b651 (patch)
tree6e401845b3c5f7bc0c009a5aaaae14dbdc38facc /sys/nfs
parentd1f188bd298c04670a31b0650f9a1bcd4729de74 (diff)
Ip -> IP;
ok miod@
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h
index 7b3c271de16..6ce378c3c81 100644
--- a/sys/nfs/nfs.h
+++ b/sys/nfs/nfs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs.h,v 1.18 2002/10/29 12:47:06 art Exp $ */
+/* $OpenBSD: nfs.h,v 1.19 2003/03/28 10:14:27 jmc Exp $ */
/* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */
/*
@@ -148,7 +148,7 @@ struct nfsd_args {
struct nfsd_srvargs {
struct nfsd *nsd_nfsd; /* Pointer to in kernel nfsd struct */
uid_t nsd_uid; /* Effective uid mapped to cred */
- u_int32_t nsd_haddr; /* Ip address of client */
+ u_int32_t nsd_haddr; /* IP address of client */
struct ucred nsd_cr; /* Cred. uid maps to */
int nsd_authlen; /* Length of auth string (ret) */
u_char *nsd_authstr; /* Auth string (ret) */