Date: Tue, 9 Apr 2002 13:18:37 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Alfred Perlstein <bright@mu.org> Cc: "M. Warner Losh" <imp@village.org>, jhb@FreeBSD.org, kris@obsecurity.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ioccom.h Message-ID: <20020409131837.D35868@dragon.nuxi.com> In-Reply-To: <20020409064242.GJ93885@elvis.mu.org>; from bright@mu.org on Mon, Apr 08, 2002 at 11:42:42PM -0700 References: <20020408210151.B18407@xor.obsecurity.org> <XFMail.20020409001310.jhb@FreeBSD.org> <20020408.222429.22925353.imp@village.org> <20020409064242.GJ93885@elvis.mu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 08, 2002 at 11:42:42PM -0700, Alfred Perlstein wrote: > > : No, I already said that I reverted the ()'s locally and it still failed to > > : compile. Yes, I was editing /usr/include/sys/ioccom.h and not > > : /sys/sys/ioccom.h. I also tried putting __P() back in, but it didn't build > > : then either. I'm wondering if the pollution in screen's osdef.h is new? ... > > The real problem is at osdef.h:81: > > extern int ioctl __P((int, int, char *)); > > > > Note the two problems with this: > > 1) int doesn't match unsgined long > > 2) char * doesn't match ... > > > > screen needs to be fixed. here's a real patch: ... > I don't have the emails offhand, but the screen people were pretty > quick to respond to a help message from me. Have you contacted them > about bringing in this fix? While fixing screen is a good thing to do. Nobody seems to be able to determine just WHICH commit broke building it. I think we should determine that before "fixing" it. 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?20020409131837.D35868>