1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Add #ifdef's to avoid unused label warning in some cases.

This commit is contained in:
Eivind Eklund 1999-01-12 12:25:00 +00:00
parent fc8be383ec
commit dee383e043
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42574

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_input.c 8.2 (Berkeley) 1/4/94
* $Id: ip_input.c,v 1.109 1998/12/14 18:09:13 luigi Exp $
* $Id: ip_input.c,v 1.110 1998/12/21 22:40:54 luigi Exp $
* $ANA: ip_input.c,v 1.5 1996/09/18 14:34:59 wollman Exp $
*/
@ -378,7 +378,9 @@ ip_input(struct mbuf *m)
* - Encapsulate: put it in another IP and send out. <unimp.>
*/
#if defined(IPFIREWALL) && defined(DUMMYNET)
iphack:
#endif
#if defined(IPFILTER) || defined(IPFILTER_LKM)
/*
* Check if we want to allow this packet to be processed.