aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/boot2/boot2.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386/boot2/boot2.c')
-rw-r--r--stand/i386/boot2/boot2.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/stand/i386/boot2/boot2.c b/stand/i386/boot2/boot2.c
index 898a8c27df19..b886c70f3808 100644
--- a/stand/i386/boot2/boot2.c
+++ b/stand/i386/boot2/boot2.c
@@ -13,9 +13,6 @@
* purpose.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/disklabel.h>
#include <sys/diskmbr.h>
@@ -355,7 +352,7 @@ load(void)
}
static int
-parse()
+parse(void)
{
char *arg, *ep, *p, *q;
const char *cp;