Remove strerror() prototype, it goes into stand.h.
This commit is contained in:
parent
771175f3d8
commit
906ad4efef
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: main.c,v 1.5 1997/04/13 19:10:00 perry Exp $ */
|
||||
/* $NetBSD: main.c,v 1.6 1997/06/13 13:22:08 drochner Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996, 1997
|
||||
@ -45,8 +45,6 @@
|
||||
|
||||
#include <libi386.h>
|
||||
|
||||
extern char *strerror __P((int)); /* XXX missing in stand.h */
|
||||
|
||||
extern void ls __P((char*));
|
||||
extern int bios2dev __P((int, char**, int*));
|
||||
|
||||
@ -363,7 +361,7 @@ awaitkey(timeout, tell)
|
||||
int timeout, tell;
|
||||
{
|
||||
int i;
|
||||
char c;
|
||||
char c = 0;
|
||||
|
||||
i = timeout * POLL_FREQ;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: main.c,v 1.2 1997/03/22 09:06:20 thorpej Exp $ */
|
||||
/* $NetBSD: main.c,v 1.3 1997/06/13 13:24:10 drochner Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996, 1997
|
||||
@ -43,8 +43,6 @@
|
||||
|
||||
#include <libi386.h>
|
||||
|
||||
extern char *strerror __P((int)); /* XXX missing in stand.h */
|
||||
|
||||
extern void ls __P((char *));
|
||||
extern int getopt __P((int, char **, const char *));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user