mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Replicate a change from alpha/genassym.c to other arches. This should
fix nfs-related build breakage.
This commit is contained in:
parent
84eecb0c87
commit
55f25b39e9
2 changed files with 6 additions and 6 deletions
|
|
@ -61,10 +61,10 @@
|
|||
#include <sys/user.h>
|
||||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
#include <nfs/nfsv2.h>
|
||||
#include <nfs/nfsproto.h>
|
||||
#include <nfs/rpcv2.h>
|
||||
#include <nfs/nfs.h>
|
||||
#include <nfs/nfsdiskless.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));
|
||||
|
|
|
|||
|
|
@ -57,10 +57,10 @@
|
|||
#include <vm/vm_map.h>
|
||||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
#include <nfs/nfsv2.h>
|
||||
#include <nfs/nfsproto.h>
|
||||
#include <nfs/rpcv2.h>
|
||||
#include <nfs/nfs.h>
|
||||
#include <nfs/nfsdiskless.h>
|
||||
#include <nfsclient/nfs.h>
|
||||
#include <nfsclient/nfsdiskless.h>
|
||||
#include <machine/pcb.h>
|
||||
#include <machine/pmap.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue