diff options
author | 2003-03-28 10:14:27 +0000 | |
---|---|---|
committer | 2003-03-28 10:14:27 +0000 | |
commit | e3e8bb2703eda8975e4e96d9a0b278ddcd891115 (patch) | |
tree | a1051dd1a4b294ef3b09e4bb0995cdd553c4ee56 | |
parent | - killed whitespace (diff) | |
download | wireguard-openbsd-e3e8bb2703eda8975e4e96d9a0b278ddcd891115.tar.xz wireguard-openbsd-e3e8bb2703eda8975e4e96d9a0b278ddcd891115.zip |
Ip -> IP;
ok miod@
-rw-r--r-- | lib/libc/sys/nfssvc.2 | 4 | ||||
-rw-r--r-- | sys/nfs/nfs.h | 4 |
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) */ |