Subject: Re: port-hp300/2463: /src/sys/kern/strip.h is not avaiable but gets included.
To: Frank van der Linden <frank@fwi.uva.nl>
From: Chris G Demetriou <Chris_G_Demetriou@UX2.SP.CS.CMU.EDU>
List: netbsd-bugs
Date: 05/24/1996 09:03:11
> Quoting Thorsten Frueauf,
> 
> > >Number:         2463
> > >Category:       port-hp300
> > >Synopsis:       /src/sys/kern/strip.h is not avaiable but gets included.
> 
> You should re-run config; strip.h is one of those generated .h files
> that depend on pseudo-devices being configured or not.

That won't help.  the hp300 uses config.old, and the 'strip'
definition wasn'd added to /sys/conf/files.oldconf.

He needs to apply the patch below to /sys/conf/files.oldconf, then he
needs to re-run config.


chris
====================
Index: files.oldconf
===================================================================
RCS file: /a/cvsroot/src/sys/conf/files.oldconf,v
retrieving revision 1.67
diff -c -r1.67 files.oldconf
*** files.oldconf	1996/03/19 04:40:54	1.67
--- files.oldconf	1996/05/24 13:01:56
***************
*** 138,150 ****
  net/ppp-deflate.c	optional ppp_deflate
  net/zlib.c		optional ppp_deflate
  net/if_sl.c		optional sl device-driver
  net/if_tun.c		optional tun device-driver
  net/radix.c		standard
  net/raw_cb.c		standard
  net/raw_usrreq.c	standard
  net/route.c		standard
  net/rtsock.c		standard
! net/slcompress.c	optional sl or ppp
  netccitt/ccitt_proto.c	optional ccitt
  netccitt/hd_debug.c	optional hdlc
  netccitt/hd_input.c	optional hdlc
--- 138,151 ----
  net/ppp-deflate.c	optional ppp_deflate
  net/zlib.c		optional ppp_deflate
  net/if_sl.c		optional sl device-driver
+ net/if_strip.c		optional strip device-driver
  net/if_tun.c		optional tun device-driver
  net/radix.c		standard
  net/raw_cb.c		standard
  net/raw_usrreq.c	standard
  net/route.c		standard
  net/rtsock.c		standard
! net/slcompress.c	optional ppp or sl or strip
  netccitt/ccitt_proto.c	optional ccitt
  netccitt/hd_debug.c	optional hdlc
  netccitt/hd_input.c	optional hdlc