Date: Sun, 05 Apr 1998 14:48:36 +0200 From: Gary Jennejohn <garyj@peedub.muc.de> To: freebsd-isdn@FreeBSD.ORG Subject: Re: -current: Undefined symbol `_time' referenced from text segment Message-ID: <199804051248.OAA02553@peedub.muc.de> In-Reply-To: Your message of "Sun, 05 Apr 1998 11:54:19 %2B0200." <199804050954.LAA00234@rvc1.informatik.ba-stuttgart.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Wolfgang Helbig writes: >> unfortuantely, you eliminated some changes which NetBSD requires. Otherwise, > >Oops, sorry about that. I really tried not to ... >Where did I screw it up? > some deletions were merely in comments, so not harmful (that's how I noticed that you'd deleted NetBSD stuff). This, however (if_spppsubr.c), will break NetBSD: @@ -2584,7 +2606,7 @@ continue; } else { if (desiredaddr == hisaddr || - (hisaddr == 1 && desiredaddr != 0)) { + hisaddr == 1 && desiredaddr != 0) { /* * Peer's address is same as our value, * this is agreeable. Gonna conf-ack NetBSD _needs_ those parens. It almost looks like you're using an older version of if_spppsubr.c. There may be others which I didn't notice, since I don't run NetBSD. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804051248.OAA02553>