Subject: Re: Compile of routed in -current ?
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@deshaw.com>
List: current-users
Date: 06/28/1995 01:11:25
In article <199506272349.JAA16637@foot.cst.labtam.oz.au> tim@cst.labtam.com.au (Tim Liddelow) writes:
>I have just being trying to build -current, and am having problems with
>routed.
>
>foot# pwd
>/usr3/src/sbin/routed
>foot# make
>cc -O   -c af.c
>af.c: In function `inet_get':
>af.c:216: incompatible types in assignment
>af.c:219: structure has no member named `rip_netmask'
>af.c:221: structure has no member named `rip_netmask'
>af.c:224: structure has no member named `rip_router'
>af.c:226: structure has no member named `rip_router'
>af.c:233: structure has no member named `rip_family'
>af.c: In function `inet_put':
>af.c:247: structure has no member named `rip_family'
>af.c:248: incompatible types in assignment
>*** Error code 1
> 
>Stop.
>foot# 
>
>Does anyone know what this problem is ?  Header file updates or changes ?
>I have done a make install in src/include.
>

<protocols/routed.h> is not up-to-date. The correct version has a
#define RIP_VERSION_1 1
the bad version has
#define RIP_VERSION 1

christos