From 2facf52d791c135c8bc025d1da419ad91cf1c158 Mon Sep 17 00:00:00 2001 From: kstailey Date: Thu, 13 Feb 1997 05:54:16 +0000 Subject: [PATCH] back out prev. change --- sys/netinet/ip_fil_compat.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sys/netinet/ip_fil_compat.h b/sys/netinet/ip_fil_compat.h index 6a9b68e5a46..231047e09ee 100644 --- a/sys/netinet/ip_fil_compat.h +++ b/sys/netinet/ip_fil_compat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_fil_compat.h,v 1.4 1997/02/13 05:09:33 kstailey Exp $ */ +/* $OpenBSD: ip_fil_compat.h,v 1.5 1997/02/13 05:54:16 kstailey Exp $ */ /* * (C)opyright 1993, 1994, 1995 by Darren Reed. * @@ -192,11 +192,7 @@ extern vm_map_t kmem_map; # define SPLNET(x) x = splsoftnet() # else # if !SOLARIS -# ifdef __OpenBSD__ -# define SPLNET(x) x = splsoftnet() -# else -# define SPLNET(x) x = splnet() -# endif /* __OpenBSD__ */ +# define SPLNET(x) x = splnet() # define SPLX(x) (void) splx(x) # endif # endif -- 2.20.1