mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59458
@ -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 New Issue
Block a user