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/strsignal.c.orig	Sun Oct 20 17:28:15 2002
+++ src/contrib/binutils/libiberty/strsignal.c	Sun Oct 20 17:29:24 2002
@@@@ -16,7 +16,9 @@@@
    we could work out the right declaration.  Until, then we just
    ignore any declaration in the system header files, and always
    declare it ourselves.  With luck, this will always work.  */
+#ifndef __FreeBSD__
 #define sys_siglist no_such_symbol
+#endif
 
 #include <stdio.h>
 #include <signal.h>
@@@@ -243,6 +245,7 @@@@
 
 #else
 
+#ifndef __FreeBSD__
 #ifdef NSIG
 static int sys_nsig = NSIG;
 #else
@@@@ -251,6 +254,7 @@@@
 #endif
 #endif
 extern const char * const sys_siglist[];
+#endif
 
 #endif
 
@


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

