summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-21 11:34:28 +0000
committerpeter <peter@FreeBSD.org>1998-03-21 11:34:28 +0000
commitf3fab3424a9f8b8701ade20bff88558d3750e701 (patch)
tree7cbaed64e5a96e273e7b7f290f6d51a98aa3a9f2 /sys/netinet/in_proto.c
parentf9b0ed3b4946d1138f76be952463c3b76dd1eb05 (diff)
downloadFreeBSD-src-f3fab3424a9f8b8701ade20bff88558d3750e701.zip
FreeBSD-src-f3fab3424a9f8b8701ade20bff88558d3750e701.tar.gz
Make this compile.. There are some unpleasing hacks in here.
A major unifdef session is sorely tempting but would destroy any remaining chance of tracking the original sources.
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index b153ca7..de7d67d 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
- * $Id: in_proto.c,v 1.44 1997/11/05 20:17:16 joerg Exp $
+ * $Id: in_proto.c,v 1.45 1997/12/15 20:31:11 eivind Exp $
*/
#include "opt_ipdivert.h"
@@ -80,12 +80,6 @@ int tp_ctloutput(), tp_usrreq();
void eoninput(), eonctlinput(), eonprotoinit();
#endif /* EON */
-#ifdef IPFILTER
-void iplinit();
-#define ip_init iplinit
-#endif
-
-
extern struct domain inetdomain;
static struct pr_usrreqs nousrreqs;
OpenPOWER on IntegriCloud