From 325ddf3adc84334da3b024eb70f9e748891be17a Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Wed, 5 Aug 2009 21:27:09 +0000 Subject: 2009-08-05 Till Straumann * libbsdport/libbsdport.h: define _KERNEL only if not defined already (e.g., from Makefile). --- bsd_eth_drivers/libbsdport/libbsdport.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bsd_eth_drivers/libbsdport/libbsdport.h') diff --git a/bsd_eth_drivers/libbsdport/libbsdport.h b/bsd_eth_drivers/libbsdport/libbsdport.h index cb233bb..4f0bbf8 100644 --- a/bsd_eth_drivers/libbsdport/libbsdport.h +++ b/bsd_eth_drivers/libbsdport/libbsdport.h @@ -4,7 +4,9 @@ #include #include +#ifndef _KERNEL #define _KERNEL +#endif #include #include -- cgit v1.2.3