From owner-cvs-all Mon Apr 8 20:50:49 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 311FC37B427; Mon, 8 Apr 2002 20:50:31 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g393oTYm003676; Mon, 8 Apr 2002 20:50:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g393nEe6003656; Mon, 8 Apr 2002 20:49:14 -0700 (PDT) Date: Mon, 8 Apr 2002 20:49:13 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ioccom.h Message-ID: <20020408204913.A92870@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200204090222.g392ME945124@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Mon, Apr 08, 2002 at 11:39:52PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Apr 08, 2002 at 11:39:52PM -0400, John Baldwin wrote: > > Actually, that isn't correct. For example, when compiling screen on my > ultra60, it whined because the auto* tools in their infinite wisdom (or lack > thereof) define ioctl as so in osdef.h: > > extern int ioctl __P((int, int, char *)); screen stopped building when we went from int ioctl __P((int, unsigned long, ...)); to int ioctl(int, unsigned long, ...); ?? or did something else change also? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message