From owner-freebsd-current Mon Jun 3 14:27:29 2002 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 3DE2937B400 for ; Mon, 3 Jun 2002 14:27:27 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g53LRQDK016207; Mon, 3 Jun 2002 17:27:26 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g53LRQri016204; Mon, 3 Jun 2002 17:27:26 -0400 (EDT) (envelope-from wollman) Date: Mon, 3 Jun 2002 17:27:26 -0400 (EDT) From: Garrett Wollman Message-Id: <200206032127.g53LRQri016204@khavrinen.lcs.mit.edu> To: Kris Kennaway Cc: current@FreeBSD.ORG Subject: State of the ports collection In-Reply-To: <20020603134224.A29126@xor.obsecurity.org> References: <20020603134224.A29126@xor.obsecurity.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > * (>35 ports) Something caused sys_nerr to change prototypes. It looks > like this might be because the definition of __const from > has changed, but I can't see why. See for example > http://bento.freebsd.org/errorlogs/5-latest/bogosort-0.3.3.log Any program which declares sys_errlist for itself is wrong. In most cases, the program should be using either strerror() or strerror_r(), depending on its needs. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message