summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/rtems/rtems_dhcp.c6
1 files changed, 0 insertions, 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