PR/25441: Matthew Green: IP-Filter uses M_TEMP when it already has M_IPFILTER

This commit is contained in:
christos 2004-05-09 03:54:43 +00:00
parent e786da0edd
commit 5592d4d1fa
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_compat.h,v 1.37 2004/03/31 20:58:15 dyoung Exp $ */ /* $NetBSD: ip_compat.h,v 1.38 2004/05/09 03:54:43 christos Exp $ */
/* /*
* Copyright (C) 1993-2001, 2003 by Darren Reed. * Copyright (C) 1993-2001, 2003 by Darren Reed.
@ -48,6 +48,7 @@
#if defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 105000000) && \ #if defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 105000000) && \
!defined(_KERNEL) !defined(_KERNEL)
# define USE_INET6 # define USE_INET6
# define IPFILTER_M_IPFILTER
#endif #endif
#if defined(OpenBSD) && (OpenBSD >= 200206) && !defined(_KERNEL) #if defined(OpenBSD) && (OpenBSD >= 200206) && !defined(_KERNEL)
# define USE_INET6 # define USE_INET6