Subject: Compile of routed in -current ?
To: None <current-users@NetBSD.ORG>
From: Tim Liddelow <tim@cst.labtam.com.au>
List: current-users
Date: 06/28/1995 09:49:40
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.

Cheers
Tim.