head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.02.03.17.27.41;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2002.10.21.00.30.45;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired port
@
text
@--- src/contrib/binutils/libiberty/strerror.c.orig	Sun Oct 20 17:27:09 2002
+++ src/contrib/binutils/libiberty/strerror.c	Sun Oct 20 17:27:31 2002
@@@@ -461,9 +461,10 @@@@
 static const char **sys_errlist;
 
 #else
-
+#if !defined(__FreeBSD__)
 extern int sys_nerr;
 extern char *sys_errlist[];
+#endif
 
 #endif
 
@


1.1
log
@Partially fix build on -current (remove duplicate declarations from
system headers).  This is still broken by KSE changes.
@
text
@@

