mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix include paths so that this builds correctly.
Submitted by: Mike Pritchard <mpp@mppsystems.com>
This commit is contained in:
parent
42d6bd4884
commit
ce0cdebef3
9 changed files with 9 additions and 9 deletions
|
|
@ -47,7 +47,7 @@
|
|||
#include <sys/blist.h>
|
||||
#include <sys/tty.h>
|
||||
#include <sys/resourcevar.h>
|
||||
#include <miscfs/linprocfs/linprocfs.h>
|
||||
#include <i386/linux/linprocfs/linprocfs.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#include <sys/blist.h>
|
||||
#include <sys/tty.h>
|
||||
#include <sys/resourcevar.h>
|
||||
#include <miscfs/linprocfs/linprocfs.h>
|
||||
#include <i386/linux/linprocfs/linprocfs.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
#include <sys/proc.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <miscfs/linprocfs/linprocfs.h>
|
||||
#include <i386/linux/linprocfs/linprocfs.h>
|
||||
|
||||
static struct pfsnode *pfshead;
|
||||
static int pfsvplock;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
#include <sys/syslog.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <miscfs/linprocfs/linprocfs.h>
|
||||
#include <i386/linux/linprocfs/linprocfs.h>
|
||||
|
||||
static int linprocfs_mount __P((struct mount *mp, char *path, caddr_t data,
|
||||
struct nameidata *ndp, struct proc *p));
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
#include <sys/dirent.h>
|
||||
#include <machine/reg.h>
|
||||
#include <vm/vm_zone.h>
|
||||
#include <miscfs/linprocfs/linprocfs.h>
|
||||
#include <i386/linux/linprocfs/linprocfs.h>
|
||||
#include <sys/pioctl.h>
|
||||
|
||||
extern struct vnode *procfs_findtextvp __P((struct proc *));
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#include <sys/blist.h>
|
||||
#include <sys/tty.h>
|
||||
#include <sys/resourcevar.h>
|
||||
#include <miscfs/linprocfs/linprocfs.h>
|
||||
#include <i386/linux/linprocfs/linprocfs.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
#include <sys/proc.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <miscfs/linprocfs/linprocfs.h>
|
||||
#include <i386/linux/linprocfs/linprocfs.h>
|
||||
|
||||
static struct pfsnode *pfshead;
|
||||
static int pfsvplock;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
#include <sys/syslog.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <miscfs/linprocfs/linprocfs.h>
|
||||
#include <i386/linux/linprocfs/linprocfs.h>
|
||||
|
||||
static int linprocfs_mount __P((struct mount *mp, char *path, caddr_t data,
|
||||
struct nameidata *ndp, struct proc *p));
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
#include <sys/dirent.h>
|
||||
#include <machine/reg.h>
|
||||
#include <vm/vm_zone.h>
|
||||
#include <miscfs/linprocfs/linprocfs.h>
|
||||
#include <i386/linux/linprocfs/linprocfs.h>
|
||||
#include <sys/pioctl.h>
|
||||
|
||||
extern struct vnode *procfs_findtextvp __P((struct proc *));
|
||||
|
|
|
|||
Loading…
Reference in a new issue