From owner-freebsd-ports Sat May 11 15:40:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 672B337B40B for ; Sat, 11 May 2002 15:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4BMe1157725; Sat, 11 May 2002 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 63FFD37B405 for ; Sat, 11 May 2002 15:30:03 -0700 (PDT) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g4BMERt09238 for ; Sun, 12 May 2002 00:14:27 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 5E3995A548 for ; Sun, 12 May 2002 00:14:26 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 296C95A547; Sun, 12 May 2002 00:14:25 +0200 (CEST) Message-Id: <20020511221425.296C95A547@nemesis.informatik.unibw-muenchen.de> Date: Sun, 12 May 2002 00:14:25 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37966: Fix build on -current: net/icb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37966 >Category: ports >Synopsis: Fix build on -current: net/icb >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 11 15:40:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 2 11:59:09 CEST 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: Fixed declaration of sys_nerr in header file. Added: files/patch-icb::c_log.c Regards, Olli >How-To-Repeat: >Fix: diff -ruN icb.old/files/patch-icb::c_log.c icb/files/patch-icb::c_log.c --- icb.old/files/patch-icb::c_log.c Thu Jan 1 00:00:00 1970 +++ icb/files/patch-icb::c_log.c Sun May 12 00:00:49 2002 @@ -0,0 +1,12 @@ +--- icb/c_log.c.orig Sat May 11 23:59:42 2002 ++++ icb/c_log.c Sun May 12 00:00:20 2002 +@@ -30,7 +30,8 @@ + time_t time(); + struct tm *t, *localtime(); + time_t clock; +- extern int errno, sys_nerr; ++ extern int errno; ++ extern const int sys_nerr; + + /* determine pathname to use */ + if (path == NULL || *path == '\0') { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message