1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix build on -current by removing bogus duplicate declarations of things

in system headers
This commit is contained in:
Kris Kennaway 2002-09-05 02:22:08 +00:00
parent ff38f9c6cd
commit 80cbda6faa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65631

View File

@ -1,5 +1,5 @@
--- lib/error.c Wed Nov 15 12:19:40 1989
+++ lib/error.c Wed Jun 10 23:17:18 1998
--- lib/error.c.orig Wed Nov 15 04:19:40 1989
+++ lib/error.c Wed Sep 4 19:20:59 2002
@@ -19,6 +19,7 @@
#include <stdio.h>
@ -8,11 +8,13 @@
#ifdef lint
@@ -32,7 +33,6 @@
@@ -31,9 +32,6 @@
#else lint
extern char *ProgName;
extern int errno;
-extern int errno;
-extern char *sys_errlist[];
extern int sys_nerr;
-extern int sys_nerr;
error(va_alist)
va_dcl