Date: Mon, 20 Sep 1999 14:49:41 +0100 From: Brian Somers <brian@Awfulhak.org> To: Eivind Eklund <eivind@FreeBSD.org> Cc: Ruslan Ermilov <ru@ucb.crimea.ua>, Warner Losh <imp@village.org>, Brian Somers <brian@Awfulhak.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp arp.c bundle.c chat.c command.c defs.c exec.c i4b.c iface.c ip.c ipcp.c mp.c physical.c prompt.c radius.c route.c server.c tcp.c tty.c tun.c udp.c Message-ID: <199909201349.OAA04915@keep.lan.Awfulhak.org> In-Reply-To: Your message of "Mon, 20 Sep 1999 13:09:28 %2B0200." <19990920130928.M12619@bitbox.follo.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Mon, Sep 20, 1999 at 11:05:00AM +0300, Ruslan Ermilov wrote: > > On Mon, Sep 20, 1999 at 01:57:03AM -0600, Warner Losh wrote: > > > In message <199909200756.IAA02571@keep.lan.Awfulhak.org> Brian Somers writes: > > > : Odd indeed. I don't have access to any NetBSD boxes myself, but I've > > > : been told that this changed in NetBSD-1.4. > > > > > > OK. I'll go take a look at the NetBSD 1.4 stuff I have... > > > > > > Looks like errno is defined in errno.h, but I am looking at the > > > hpcmips tree which I believe to be 1.4, but do not know 100% if the > > > userland is 1.4 or not. I suspect it is since the hpcmips tree is > > > being committed to NetBSD soonish and there were many libc issues to > > > deal with before that was allowed. > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/syssrc/sys/sys/errno.h.diff?r1=1.20&r2=1.21&cvsroot=netbsd > > http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/sys/errno.h > *and* > http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/basesrc/include/errno.h > is probably better. > > This shows that <errno.h> will still work, while <sys/errno.h> won't. Just my luck. So the numerous patches to files, all of which already include errno.h are all wrong, and the script I use to build ppp archives which now auto-patches alias_db.c just after the <sys/errno.h> include is *also* doing the wrong thing :-I Marvellous. Methinks it may be wise for me to stop trying to support OSs I don't run. > Eivind. -- Brian <brian@Awfulhak.org> <brian@FreeBSD.org> <http://www.Awfulhak.org> <brian@OpenBSD.org> Don't _EVER_ lose your sense of humour ! <brian@FreeBSD.org.uk> 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?199909201349.OAA04915>