diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-10 14:35:32 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-10 14:35:32 +0000 |
| commit | 1a2efb7550b15bb766764f7fa3b7c8c34d501738 (patch) | |
| tree | 8a37caefac4b57558487c5f3a3bb9a1a0ea42267 /sys/miscfs/devfs/devfs_tree.c | |
| parent | fcccefae4aa1535b923670f48ff5a2cfc73be0e0 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs/devfs_tree.c')
| -rw-r--r-- | sys/miscfs/devfs/devfs_tree.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c index f9386f8e89c9..784f23b89577 100644 --- a/sys/miscfs/devfs/devfs_tree.c +++ b/sys/miscfs/devfs/devfs_tree.c @@ -2,23 +2,20 @@ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.33 1996/11/21 07:18:57 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.34 1997/02/12 16:19:04 mpp Exp $ */ #include "opt_devfs.h" #include <sys/param.h> #include <sys/systm.h> -#include <sys/types.h> #include <sys/kernel.h> -#include <sys/file.h> /* define FWRITE ... */ #include <sys/conf.h> -#include <sys/stat.h> #include <sys/mount.h> #include <sys/proc.h> +#include <sys/time.h> #include <sys/vnode.h> #include <sys/malloc.h> -#include <sys/dir.h> /* defines dirent structure */ #include <sys/devfsext.h> #include <machine/stdarg.h> |
