Subject: Re: stropt.h
To: None <current-users@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: current-users
Date: 07/06/1995 09:10:20
> I'm trying to 'make the world' with NetBSD-current, and I've got a
> little problem with /usr/src/usr.sbin/rpc.bootparamd : the file
> bootparam_prot_svc.c needs the header stropt.h, but there isn't such
> a file on my harddisk.

Briefly, you need to update your rpcgen and rebuild
bootparam_prot_svc.c.  You probably want something like

% cd /usr/src/usr.bin/rpcgen
% make && make install
% cd /usr/src/usr.sbin/rpc.bootparamd
% rm bootparam_prot_svc.c
% make && make install

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu