diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-29 13:57:19 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-29 13:57:19 +0000 |
| commit | 53ce36d17add97d7e66be601ebcd91319735bb1e (patch) | |
| tree | e7da8111629d36950b478b45a044bee9544eea55 /sys/fs/devfs | |
| parent | b8a4b6cd44d993e1ab8a9af3ca3b5aee4a22941a (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs')
| -rw-r--r-- | sys/fs/devfs/devfs_devs.c | 1 | ||||
| -rw-r--r-- | sys/fs/devfs/devfs_vfsops.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c index 1d5d32b825a8..85e25f7dcf10 100644 --- a/sys/fs/devfs/devfs_devs.c +++ b/sys/fs/devfs/devfs_devs.c @@ -36,7 +36,6 @@ #include <sys/dirent.h> #include <sys/conf.h> #include <sys/vnode.h> -#include <sys/proc.h> #include <sys/malloc.h> #include <sys/sysctl.h> #include <sys/kernel.h> diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c index 0c5d1bbc03a1..1ff395523059 100644 --- a/sys/fs/devfs/devfs_vfsops.c +++ b/sys/fs/devfs/devfs_vfsops.c @@ -39,7 +39,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/proc.h> #include <sys/vnode.h> #include <sys/mount.h> #include <sys/malloc.h> |
