diff options
| author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 2000-10-03 13:39:49 +0000 |
|---|---|---|
| committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 2000-10-03 13:39:49 +0000 |
| commit | c50aa2bcefc588deba37558bbab7b77c2a7c9a80 (patch) | |
| tree | 46cb8fe74d60206ea52cef9f23031c1cd829ec5f | |
| parent | 32c0e11c56a71df024b9b4d6f2b70afd94908b55 (diff) | |
Notes
| -rw-r--r-- | sys/netinet6/ip6protosw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h index 7ad5c4e0d12d..bd897931dcd3 100644 --- a/sys/netinet6/ip6protosw.h +++ b/sys/netinet6/ip6protosw.h @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -/* $KAME: ip6protosw.h,v 1.10 2000/03/29 22:51:25 itojun Exp $ */ +/* $KAME: ip6protosw.h,v 1.11 2000/10/03 09:59:35 jinmei Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -100,7 +100,7 @@ struct ip6ctlparam { }; struct ip6protosw { - int pr_type; /* socket type used for */ + short pr_type; /* socket type used for */ struct domain *pr_domain; /* domain protocol a member of */ short pr_protocol; /* protocol number */ short pr_flags; /* see below */ |
