From owner-freebsd-current Wed Nov 26 09:24:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA02811 for current-outgoing; Wed, 26 Nov 1997 09:24:33 -0800 (PST) (envelope-from owner-freebsd-current) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA02795 for ; Wed, 26 Nov 1997 09:24:25 -0800 (PST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id SAA26296; Wed, 26 Nov 1997 18:24:22 +0100 (CET) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.8.8/8.8.5) id SAA17146; Wed, 26 Nov 1997 18:19:03 +0100 (MET) Message-ID: <19971126181903.40732@uriah.heep.sax.de> Date: Wed, 26 Nov 1997 18:19:03 +0100 From: J Wunsch To: freebsd-current@FreeBSD.ORG Cc: shimon@simon-shapiro.org Subject: Re: Make world fails on printf.c Reply-To: Joerg Wunsch References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Simon Shapiro on Mon, Nov 24, 1997 at 09:13:38PM -0800 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Simon Shapiro wrote: > err.h:void warnx __P((const char *, ...)); > > and then, from make world last night: > > /usr/src/3.0/src/bin/sh/../../usr.bin/printf/printf.c:139: macro > `warnx' used with just one arg Must be an old -current. This has been fixed shortly after the error happened: revision 1.11 date: 1997/11/18 15:23:23; author: jdp; state: Exp; lines: +5 -4 Back out revision 1.10. It broke the build of sh, which compiles this file with warnx() defined as a macro. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)