summaryrefslogtreecommitdiff
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
parentd1f188bd298c04670a31b0650f9a1bcd4729de74 (diff)
Ip -> IP;
ok miod@
-rw-r--r--lib/libc/sys/nfssvc.24
-rw-r--r--sys/nfs/nfs.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/nfssvc.2 b/lib/libc/sys/nfssvc.2
index 8474c8a38d9..b6a610984d9 100644
--- a/lib/libc/sys/nfssvc.2
+++ b/lib/libc/sys/nfssvc.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nfssvc.2,v 1.14 2003/02/27 07:55:34 jmc Exp $
+.\" $OpenBSD: nfssvc.2,v 1.15 2003/03/28 10:14:27 jmc Exp $
.\" $NetBSD: nfssvc.2,v 1.6 1995/02/27 12:35:08 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -144,7 +144,7 @@ and a pointer to a
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) */
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) */