summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-04 13:34:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-04 13:34:34 +0000
commita0fac2eee3636c357e50d521ebba2e6170e59cc9 (patch)
tree2b4642f7f01761de68eacc28ec65333eb5ae5d69 /cpukit
parent2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a0fac2eee3636c357e50d521ebba2e6170e59cc9.tar.bz2
Remove #define KERNEL.
Diffstat (limited to 'cpukit')
-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