summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-04 13:32:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-04 13:32:53 +0000
commit0eb5b37cd249ffb223ee14f0074a1a0b3afc7344 (patch)
tree1a4805155d33951c1839d79fad81a87a8fb978eb /cpukit
parentRemove -D_COMPILING_BSD_KERNEL_. (diff)
downloadrtems-0eb5b37cd249ffb223ee14f0074a1a0b3afc7344.tar.bz2
Remove -D_COMPILING_BSD_KERNEL_ (Unused).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/rtems/rtems_dhcp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_dhcp.c b/cpukit/libnetworking/rtems/rtems_dhcp.c
index 16e5952f6b..d31866f01a 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 _COMPILING_BSD_KERNEL_
-#define _COMPILING_BSD_KERNEL_
-#endif
-
#ifndef KERNEL
#define KERNEL
#endif
@@ -1221,5 +1217,4 @@ rtems_bsdnet_do_dhcp_refresh_only (unsigned long xid,
dhcp_start_task (sdl, &reply, 150);
}
-#undef D_COMPILING_BSD_KERNEL
#undef KERNEL