Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 1998 19:54:35 +0100
From:      Alex Le Heux <alexlh@p.funk.org>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   huh?
Message-ID:  <19980207195435.12580@p.funk.org>

next in thread | raw e-mail | index | archive | help
Hi,

Can someone enlighten me as to what the exact purpose of the following bit
of code is that I found in sys/netinet/ip_input.c?

#if !defined(COMPAT_IPFW) || COMPAT_IPFW == 1
#undef COMPAT_IPFW
#define COMPAT_IPFW 1 
#else
#undef COMPAT_IPFW
#endif
 
Thanks,

Alex

-- 
<HTML><META HTTP-EQUIV="Content-Type:text/html"> <SCRIPT>
function X() {parent.close();};
</SCRIPT> </HEAD><BODY onLoad="X();return true">Hi</HTML>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980207195435.12580>