summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>2000-10-03 13:39:49 +0000
committeritojun <itojun@FreeBSD.org>2000-10-03 13:39:49 +0000
commita57dc4347c2d7330905e1401d7241dfc958f7019 (patch)
treecb93e591b1f1619f3fb323ecdb3470bab67e2fad /sys
parentf6a592b80b72774096535c31c02c37415e8ba8ee (diff)
downloadFreeBSD-src-a57dc4347c2d7330905e1401d7241dfc958f7019.zip
FreeBSD-src-a57dc4347c2d7330905e1401d7241dfc958f7019.tar.gz
make pr_type type meet with struct protosw. sync with kame
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet6/ip6protosw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h
index 7ad5c4e..bd89793 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 */
OpenPOWER on IntegriCloud