Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/netinet6/in6_proto.c 78931 2001-06-28 18:06:15Z ume $ */
---
> /* $FreeBSD: head/sys/netinet6/in6_proto.c 79106 2001-07-02 21:02:09Z brooks $ */
131,135d130
< #include "gif.h"
< #if NGIF > 0
< #include <netinet6/in6_gif.h>
< #endif
<
254,263d248
< #if NGIF > 0
< struct ip6protosw in6_gif_protosw =
< { SOCK_RAW, &inet6domain, 0/*IPPROTO_IPV[46]*/, PR_ATOMIC|PR_ADDR,
< in6_gif_input, rip6_output, 0, rip6_ctloutput,
< 0,
< 0, 0, 0, 0,
< &rip6_usrreqs
< };
< #endif /*NGIF*/
<
302,304d286
< #if NGIF > 0
< int ip6_gif_hlim = GIF_HLIM;
< #else
306d287
< #endif