Date: Mon, 8 Apr 2002 20:49:13 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> 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> In-Reply-To: <XFMail.20020408233952.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Mon, Apr 08, 2002 at 11:39:52PM -0400 References: <200204090222.g392ME945124@freefall.freebsd.org> <XFMail.20020408233952.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020408204913.A92870>
