From lizard@informatik.unibw-muenchen.de  Sat May 11 14:30:08 2002
Return-Path: <lizard@informatik.unibw-muenchen.de>
Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27])
	by hub.freebsd.org (Postfix) with ESMTP id A936537B406
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 May 2002 14:30:06 -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 g4BLR0t08965
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 May 2002 23:27:01 +0200 (MEST)
Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1])
	by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id A6FA25A548
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 May 2002 23:26:59 +0200 (CEST)
Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001)
	id 46B115A547; Sat, 11 May 2002 23:26:58 +0200 (CEST)
Message-Id: <20020511212658.46B115A547@nemesis.informatik.unibw-muenchen.de>
Date: Sat, 11 May 2002 23:26:58 +0200 (CEST)
From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix build on -current: net/fspclient --- bento error
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37963
>Category:       ports
>Synopsis:       Fix build on -current: net/fspclient --- bento error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 11 14:40:03 PDT 2002
>Closed-Date:    Wed May 15 13:04:02 PDT 2002
>Last-Modified:  Wed May 15 13:04:02 PDT 2002
>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.

Regards,
         Olli
>How-To-Repeat:
>Fix:

diff -ruN fspclient.old/files/patch-ak fspclient/files/patch-ak
--- fspclient.old/files/patch-ak	Mon Dec 27 21:35:55 1999
+++ fspclient/files/patch-ak	Sat May 11 23:20:51 2002
@@ -3,7 +3,8 @@
 @@ -92,7 +92,9 @@
  /* definitions missing from many system headers */
  extern int errno;
- extern int sys_nerr;
+-extern int sys_nerr;
++extern const int sys_nerr;
 +#ifndef __FreeBSD__
  extern char *sys_errlist[];
 +#endif
>Release-Note:
>Audit-Trail:

From: "David W. Chapman Jr." <dwcjr@inethouston.net>
To: freebsd-gnats-submit@FreeBSD.org,
	obraun@informatik.unibw-muenchen.de
Cc:  
Subject: Re: ports/37963: Fix build on -current: net/fspclient --- bento error
Date: Wed, 15 May 2002 09:18:59 -0500

 Seems to build on my -current
 

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/37963: Fix build on -current: net/fspclient --- bento error
Date: Wed, 15 May 2002 16:22:03 +0200

 * David W. Chapman Jr. <dwcjr@inethouston.net> [2002-05-15 16:20]:
 > Seems to build on my -current
 
 also a gcc 3.1 issue
 -> http://bento.freebsd.org/errorlogs/5-latest/fspclient-0.0.h.log
 
 Regards,
          Olli
 -- 
 Institute for Software Technology  &  Institute for Information Systems
 Department of Computing Science, Federal Armed Forces University Munich
 --------------------------- http://ist.unibw-muenchen.de/People/obraun/
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Wed May 15 13:03:52 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37963 
>Unformatted:
