summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-06 09:35:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-11 10:08:06 +0100
commit0a57e1db23218393483a356c07868413a45caeeb (patch)
treea2d1dd67f5b05a52b1f79f571c690ebcf299d775 /freebsd/sbin
parentChange license to BSD (diff)
downloadrtems-libbsd-0a57e1db23218393483a356c07868413a45caeeb.tar.bz2
Reduce divergence from FreeBSD sources
Diffstat (limited to 'freebsd/sbin')
-rw-r--r--freebsd/sbin/ifconfig/ifconfig.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/freebsd/sbin/ifconfig/ifconfig.c b/freebsd/sbin/ifconfig/ifconfig.c
index 0f368668..0772b647 100644
--- a/freebsd/sbin/ifconfig/ifconfig.c
+++ b/freebsd/sbin/ifconfig/ifconfig.c
@@ -77,7 +77,6 @@ static const char rcsid[] =
#include <errno.h>
#include <fcntl.h>
#include <jail.h>
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -1146,7 +1145,7 @@ ifmaybeload(const char *name)
/* not present, we should try to load it */
kldload(ifkind);
-#endif
+#endif /* __rtems__ */
}
static struct cmd basic_cmds[] = {