diff options
author | mpp <mpp@FreeBSD.org> | 1997-02-12 06:52:51 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-02-12 06:52:51 +0000 |
commit | 50f9d7b97882a3487ff9307ad84b5e6a30da89bc (patch) | |
tree | 053528cf5deae54e35e0a5c1525741c4bb25048b /sys/miscfs/procfs/procfs_ctl.c | |
parent | d05d971648c10cc26a47b24e1c078d627b793374 (diff) | |
download | FreeBSD-src-50f9d7b97882a3487ff9307ad84b5e6a30da89bc.zip FreeBSD-src-50f9d7b97882a3487ff9307ad84b5e6a30da89bc.tar.gz |
Add function prototypes for most of the new Lite2 functions.
Also made a few of the miscfs routines static to be
consistent. Some modules simply required some additional
#includes to remove -Wall warnings.
Diffstat (limited to 'sys/miscfs/procfs/procfs_ctl.c')
-rw-r--r-- | sys/miscfs/procfs/procfs_ctl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/miscfs/procfs/procfs_ctl.c b/sys/miscfs/procfs/procfs_ctl.c index 68b93dd..30dd929 100644 --- a/sys/miscfs/procfs/procfs_ctl.c +++ b/sys/miscfs/procfs/procfs_ctl.c @@ -55,6 +55,9 @@ #include <sys/ptrace.h> #include <miscfs/procfs/procfs.h> +#include <vm/vm.h> +#include <vm/vm_extern.h> + #ifndef FIX_SSTEP #define FIX_SSTEP(p) #endif |