Subject: Re: AppleTalk DDP network data not working under 1.4.2
To: Stephen Welker <stephen.welker@nemostar.com.au>
From: Bill Studenmund <wrstuden@zembu.com>
List: tech-kern
Date: 05/02/2000 16:03:55
On Sat, 29 Apr 2000, Stephen Welker wrote:

> on 27/4/00 3:06 AM, PER4MANCE, J. Dolecek wrote:
> 
> > This bug has been fixed by Manuel Bowyer recently. You need
> > rev. 1.62 of sys/net/if.c - you can get it either by cvsweb,
> > anoncvs, ftp or sup. If plain if.c won't be okay on 1.4.2,
> > just grab the diff between 1.61 and 1.62 of sys/net/if.c
> > and apply it to your 1.4.2 tree.
> 
> Unfortunatey, 1.4.2 tree has a different version that you imply, head of
> if.c file as follows...
> 
> /*      $NetBSD: if.c,v 1.48.2.1 1999/08/24 19:19:30 he Exp $   */

Actually the way cvs works, the 1.4 branch will never have version 1.62 on
it. :-)

> Is there a problem with the distribution (double checked) syssrc.tgz or have
> things moved along quite a bit since 1.4.2 branch?
> 
> I have downloaded the entire file (if.c) from cvsweb, is it safe to
> integrate into the 1.4.2 source?

I doubt it. But you should be able to get either the differences between
the two (1.61 and 1.62), or get 1.61 and generate a diff yourself. patch
that into your if.c, and all should be well.

Take care,

Bill