From owner-freebsd-isdn Fri Mar 13 13:10:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12811 for freebsd-isdn-outgoing; Fri, 13 Mar 1998 13:10:37 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from linteuto.teuto.de (root@linteuto.teuto.de [194.77.23.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12738 for ; Fri, 13 Mar 1998 13:10:23 -0800 (PST) (envelope-from martin@rumolt.teuto.de) Received: from rumolt.teuto.de (root@rumolt.teuto.de [194.77.23.161]) by linteuto.teuto.de (8.8.8/8.8.8) with ESMTP id WAA21273; Fri, 13 Mar 1998 22:10:14 +0100 Received: (from martin@localhost) by rumolt.teuto.de (8.8.8/8.8.7) id WAA15871; Fri, 13 Mar 1998 22:07:49 +0100 (MET) From: Martin Husemann Message-Id: <199803132107.WAA15871@rumolt.teuto.de> Subject: Re: i4b-00.50-alpha-130398.tgz available for ftp To: hm@hcs.de Date: Fri, 13 Mar 1998 22:07:49 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG In-Reply-To: from "Hellmuth Michaelis" at Mar 13, 98 04:01:46 pm Organization: Crusaders Catering Services Inc. X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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