From a76fb5eefabdc9418c911bf0b61768d533c15cbd Mon Sep 17 00:00:00 2001 From: wollman Date: Sun, 23 Aug 1998 03:07:17 +0000 Subject: Yow! Completely change the way socket options are handled, eliminating another specialized mbuf type in the process. Also clean up some of the cruft surrounding IPFW, multicast routing, RSVP, and other ill-explored corners. --- sys/kern/uipc_proto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/kern/uipc_proto.c') diff --git a/sys/kern/uipc_proto.c b/sys/kern/uipc_proto.c index d87e148..094d1bf 100644 --- a/sys/kern/uipc_proto.c +++ b/sys/kern/uipc_proto.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_proto.c 8.1 (Berkeley) 6/10/93 - * $Id: uipc_proto.c,v 1.15 1998/05/15 20:11:29 wollman Exp $ + * $Id: uipc_proto.c,v 1.16 1998/06/21 14:53:18 bde Exp $ */ #include @@ -41,6 +41,7 @@ #include #include #include +#include #include -- cgit v1.1