Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2003 15:49:41 +0100 (CET)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46994: unbreak -CURRENT build: cad/pcb
Message-ID:  <200301121449.h0CEnf5A075376@terrorfish.uni.stoert.net>

next in thread | raw e-mail | index | archive | help

>Number:         46994
>Category:       ports
>Synopsis:       unbreak -CURRENT build: cad/pcb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 12 06:50:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #39: Sun Jan 12 01:07:37 CET 2003 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386


	
>Description:
	o unbreak build in -CURRENT
	o therefore add files/patch-af
	
>How-To-Repeat:
	
>Fix:

Index: files/patch-af
===================================================================
RCS file: files/patch-af
diff -N files/patch-af
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-af	12 Jan 2003 14:47:24 -0000
@@ -0,0 +1,15 @@
+--- src/error.c.orig	Wed Jan 13 18:52:36 1999
++++ src/error.c	Sun Jan 12 15:45:12 2003
+@@ -51,11 +51,11 @@
+ /* ----------------------------------------------------------------------
+  * some external identifiers
+  */
++#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__linux__) 
+ extern	int		errno,			/* system error code */
+ 				sys_nerr;		/* number of messages available from array */
+ 
+ /* the list is already defined for some OS */
+-#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__linux__) 
+ 	extern	char	*sys_errlist[];	/* array of error messages */
+ #endif
+ 
	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301121449.h0CEnf5A075376>