Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet PR/25441: Matthew Green: IP-Filter uses M_TEMP w...



details:   https://anonhg.NetBSD.org/src/rev/5f881b9c6bdf
branches:  trunk
changeset: 566435:5f881b9c6bdf
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 09 03:54:43 2004 +0000

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

diffstat:

 sys/netinet/ip_compat.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 02e24a6359ed -r 5f881b9c6bdf sys/netinet/ip_compat.h
--- a/sys/netinet/ip_compat.h   Sun May 09 03:53:23 2004 +0000
+++ b/sys/netinet/ip_compat.h   Sun May 09 03:54:43 2004 +0000
@@ -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.
@@ -48,6 +48,7 @@
 #if defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 105000000) && \
     !defined(_KERNEL)
 # define       USE_INET6
+# define IPFILTER_M_IPFILTER
 #endif
 #if defined(OpenBSD) && (OpenBSD >= 200206) && !defined(_KERNEL)
 # define       USE_INET6



Home | Main Index | Thread Index | Old Index