Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/dosboot remove bogus prototype for getopt



details:   https://anonhg.NetBSD.org/src/rev/a85fa00bd311
branches:  trunk
changeset: 471901:a85fa00bd311
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 14 15:22:46 1999 +0000

description:
remove bogus prototype for getopt

diffstat:

 sys/arch/i386/stand/dosboot/main.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r dc84485e6579 -r a85fa00bd311 sys/arch/i386/stand/dosboot/main.c
--- a/sys/arch/i386/stand/dosboot/main.c        Wed Apr 14 15:22:07 1999 +0000
+++ b/sys/arch/i386/stand/dosboot/main.c        Wed Apr 14 15:22:46 1999 +0000
@@ -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 <libi386.h>
 
-extern int getopt __P((int, char **, const char *));
-
 #ifdef SUPPORT_LYNX
 extern int exec_lynx __P((const char*, int));
 #endif



Home | Main Index | Thread Index | Old Index