From: kstailey Date: Thu, 13 Feb 1997 05:54:16 +0000 (+0000) Subject: back out prev. change X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2facf52d791c135c8bc025d1da419ad91cf1c158;p=openbsd back out prev. change --- 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