diff --git a/sys/arch/i386/stand/dosboot/main.c b/sys/arch/i386/stand/dosboot/main.c index 993637bb95d8..d555814fcf71 100644 --- a/sys/arch/i386/stand/dosboot/main.c +++ b/sys/arch/i386/stand/dosboot/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.12 1999/04/14 11:53:43 drochner Exp $ */ +/* $NetBSD: main.c,v 1.13 1999/04/14 15:22:46 christos Exp $ */ /* * Copyright (c) 1996, 1997 @@ -44,8 +44,6 @@ #include -extern int getopt __P((int, char **, const char *)); - #ifdef SUPPORT_LYNX extern int exec_lynx __P((const char*, int)); #endif