From owner-freebsd-current Mon Feb 20 09:49:43 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA29047 for current-outgoing; Mon, 20 Feb 1995 09:49:43 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id JAA29041 for ; Mon, 20 Feb 1995 09:49:39 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id EAA28927; Tue, 21 Feb 1995 04:45:26 +1100 Date: Tue, 21 Feb 1995 04:45:26 +1100 From: Bruce Evans Message-Id: <199502201745.EAA28927@godzilla.zeta.org.au> To: roberto@blaise.ibp.fr Subject: Re: Fix for libc/gen/errlst.c warning Cc: current@FreeBSD.org Sender: current-owner@FreeBSD.org Precedence: bulk >Here is a fix for the warning one get when compiling libc's gen/errlst.c : >Index: stdio.h >-extern int sys_nerr; /* perror(3) external variables */ >+extern __const int sys_nerr; /* perror(3) external variables */ > extern __const char *__const sys_errlist[]; I've made this change too, but I expect it to break a few ports when it is applied (I've only compiled about 5 ports here). Bruce