Testing - fix bugs in fsx related to 64-bit systems.
[dragonfly.git] / contrib / ipfilter / FreeBSD / in_proto.c.diffs
blob052dd514ee18dcfc795e91cf490e028e79249432
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