1
0
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:
Mike Smith 2000-04-21 05:54:11 +00:00
parent 42d6bd4884
commit ce0cdebef3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59458
9 changed files with 9 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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;

View File

@ -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));

View File

@ -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 *));

View File

@ -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>

View File

@ -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;

View File

@ -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));

View File

@ -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 *));