Subject: None
To: None <current-users@NetBSD.ORG>
From: David M. Stanhope <dms@celtech.com>
List: current-users
Date: 02/18/1996 14:40:00
in trying to do a 'make build' on a current tree which was 'just'
supped, I get an error while trying to compile:

     /usr/src/lib/librpcsvc/bootparam_prot.c

It complains about can't include 'nfs/nfsv2.h' which I know has been
removed from the tree.  In order to get it to compile I had to change
the include line for nfsv2.h, which is in bootparam_prot.h to the
following 3 lines:

    #include <nfs/rpcv2.h>
    #include <sys/mount.h>
    #inlcude <nfs/nfsproto.h>

I am sure this is not optimal, but it works.

              Dave Stanhope  (dms@celtech.com)