1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Don't include NFS headers. I have no idea why they were here in the first

place - NFS has no assembler in it.
This commit is contained in:
Doug Rabson 2001-09-20 11:02:18 +00:00
parent 79d8adaf4e
commit 3890444abd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83718

View File

@ -61,10 +61,6 @@
#include <sys/user.h>
#include <net/if.h>
#include <netinet/in.h>
#include <nfs/nfsproto.h>
#include <nfs/rpcv2.h>
#include <nfsclient/nfs.h>
#include <nfsclient/nfsdiskless.h>
ASSYM(GD_CURTHREAD, offsetof(struct globaldata, gd_curthread));
ASSYM(GD_FPCURTHREAD, offsetof(struct globaldata, gd_fpcurthread));