Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 1999 22:30:54 +0200
From:      Udo Schweigert <ust@cert.siemens.de>
To:        Dirk Meyer <dirk.meyer@dinoex.sub.org>
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: i4b-0.83 patches for FreeBSD_2.2.8 and VJ_COMPRESSION
Message-ID:  <19990828223054.A11498@alaska.cert.siemens.de>
In-Reply-To: <hQ3vF0gglN@dmeyer.dinoex.sub.org>
References:  <19990806070003.A13009@finesse.sexy> <hQ3vF0gglN@dmeyer.dinoex.sub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 28, 1999 at 03:41:26PM +0200, Dirk Meyer wrote:
> Hello,
> 
> I compiled i4b with VJ compression in the kernel,
> but I have to change sppcontrol too.
> 

While testing the release candidate I detected the same problem and mailed
a patch to Hellmuth, but together with some changes (for OpenBSD I think), it
got a little wrong. I suggest this patch:

--- spppcontrol.c.orig  Mon Jul 19 16:00:55 1999
+++ spppcontrol.c       Sat Aug 28 22:27:07 1999
@@ -52,7 +52,7 @@
 #include <net/if_var.h>
 #endif
 
-#if (defined (__FreeBSD__) && __FreeBSD__ >= 3) || defined (__OpenBSD__)
+#if defined (__FreeBSD__) || defined (__OpenBSD__)
 
 #define SPPP_VJ

Best regards.
-------------------------------------------------------------------------------
Udo Schweigert              || Voice      : +49 89 636 42170
Siemens AG, Siemens CERT    || Fax        : +49 89 636 48000
ZT IK 3                     || email      : Udo.Schweigert@mchp.siemens.de
D-81730 Muenchen / Germany  ||            : ust@cert.siemens.de
PGP fingerprint             || 2A 53 F6 A6 30 59 64 02  6B C4 E0 73 B2 C9 6C E7
-------------------------------------------------------------------------------


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?19990828223054.A11498>