Reduce divergence from FreeBSD sources

This commit is contained in:
Sebastian Huber
2013-11-06 09:35:05 +01:00
parent c4c34f3c45
commit 0a57e1db23
164 changed files with 693 additions and 786 deletions

View File

@@ -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[] = {