Date: Fri, 13 Mar 1998 22:07:49 +0100 (MET) From: Martin Husemann <martin@rumolt.teuto.de> To: hm@hcs.de Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: i4b-00.50-alpha-130398.tgz available for ftp Message-ID: <199803132107.WAA15871@rumolt.teuto.de> In-Reply-To: <m0yDVxz-0000dKC@hcswork.hcs.de> from "Hellmuth Michaelis" at Mar 13, 98 04:01:46 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> NetBSD users please make shure they are installed (if_sppp.h > and if_spppsubr.c). The secure way to do this is: rm -rf your complete i4b kernel copy (e.g. /usr/src/sys-i4b) and copy /usr/src/sys to sys-i4b again, replace the i4b directory by the new stuff and run i4b/NetBSD/install-NetBSD.sh. Attached below is the (obvious and minor) fix to make this release compile on NetBSD. Happy hacking... Martin *** if_spppsubr.c.orig Fri Mar 13 21:54:23 1998 --- if_spppsubr.c Fri Mar 13 21:55:21 1998 *************** *** 2579,2585 **** continue; } else { if (desiredaddr == hisaddr || ! hisaddr == 1 && desiredaddr != 0) { /* * Peer's address is same as our value, * this is agreeable. Gonna conf-ack --- 2579,2585 ---- continue; } else { if (desiredaddr == hisaddr || ! (hisaddr == 1 && desiredaddr != 0)) { /* * Peer's address is same as our value, * this is agreeable. Gonna conf-ack 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?199803132107.WAA15871>