]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/ipfilter/FreeBSD/in_proto.c.diffs
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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