in_proto.c.diffs revision 24583
1*** in_proto.c.orig	Wed Apr  2 19:50:00 1997
2--- in_proto.c	Wed Apr  2 19:51:21 1997
3***************
4*** 89,94 ****
5--- 89,99 ----
6  void	eoninput(), eonctlinput(), eonprotoinit();
7  #endif /* EON */
8  
9+ #if defined(IPFILTER) && !defined(IPFILTER_LKM)
10+ void	iplinit();
11+ #define	ip_init	iplinit
12+ #endif
13+ 
14  extern	struct domain inetdomain;
15  
16  struct protosw inetsw[] = {
17