From a0fac2eee3636c357e50d521ebba2e6170e59cc9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 4 Feb 2009 13:34:34 +0000 Subject: [PATCH] Remove #define KERNEL. --- cpukit/libnetworking/rtems/rtems_dhcp.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cpukit/libnetworking/rtems/rtems_dhcp.c b/cpukit/libnetworking/rtems/rtems_dhcp.c index d31866f01a..6bf3c68d96 100644 --- a/cpukit/libnetworking/rtems/rtems_dhcp.c +++ b/cpukit/libnetworking/rtems/rtems_dhcp.c @@ -61,10 +61,6 @@ * the end of the file should be removed */ -#ifndef KERNEL -#define KERNEL -#endif - #ifndef __INSIDE_RTEMS_BSD_TCPIP_STACK__ #define __INSIDE_RTEMS_BSD_TCPIP_STACK__ #endif @@ -1216,5 +1212,3 @@ rtems_bsdnet_do_dhcp_refresh_only (unsigned long xid, dhcp_start_task (sdl, &reply, 150); } - -#undef KERNEL