Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 s/u_char/u_int8_t/ for sin6_{len, family}
details: https://anonhg.NetBSD.org/src/rev/f08844768a70
branches: trunk
changeset: 482722:f08844768a70
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Feb 20 06:51:28 2000 +0000
description:
s/u_char/u_int8_t/ for sin6_{len,family}
diffstat:
share/man/man4/inet6.4 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 0e01d0523da3 -r f08844768a70 share/man/man4/inet6.4
--- a/share/man/man4/inet6.4 Sun Feb 20 06:50:54 2000 +0000
+++ b/share/man/man4/inet6.4 Sun Feb 20 06:51:28 2000 +0000
@@ -25,8 +25,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $NetBSD: inet6.4,v 1.6 2000/01/06 02:22:31 itojun Exp $
-.\" KAME Id: inet6.4,v 1.4 2000/01/06 02:20:16 itojun Exp
+.\" $NetBSD: inet6.4,v 1.7 2000/02/20 06:51:28 itojun Exp $
+.\" KAME Id: inet6.4,v 1.5 2000/02/20 06:50:01 itojun Exp
.\"
.Dd January 29, 1999
.Dt INET6 4
@@ -77,8 +77,8 @@
family utilize the following addressing structure,
.Bd -literal -offset indent
struct sockaddr_in6 {
- u_char sin6_len;
- u_char sin6_family;
+ u_int8_t sin6_len;
+ u_int8_t sin6_family;
u_int16_t sin6_port;
u_int32_t sin6_flowinfo;
struct in6_addr sin6_addr;
Home |
Main Index |
Thread Index |
Old Index