]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ipfilter/FreeBSD/in_proto.c.diffs
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ipfilter / FreeBSD / in_proto.c.diffs
1 *** in_proto.c.orig     Wed Sep  6 20:31:34 1995
2 --- in_proto.c  Mon Mar 11 22:40:03 1996
3 ***************
4 *** 81,86 ****
5 --- 81,91 ----
6   void  eoninput(), eonctlinput(), eonprotoinit();
7   #endif /* EON */
8   
9 + #ifdef        IPFILTER
10 + void  iplinit();
11 + #define       ip_init iplinit
12 + #endif
13
14   void rsvp_input(struct mbuf *, int);
15   void ipip_input(struct mbuf *, int);
16