diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-07-06 13:22:08 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-07-06 13:22:08 +0000 |
| commit | 83ff52a7f329578fc29366d1093c4297285203ed (patch) | |
| tree | 01dab38ba0166ccf1acef5164ba8f79cc5deb9f4 /sys/fs/devfs | |
| parent | 7c7f48f12c37442edbcd7fc045c42c40f5fff787 (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs')
| -rw-r--r-- | sys/fs/devfs/devfs_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/devfs/devfs_vnops.c b/sys/fs/devfs/devfs_vnops.c index c1be3bdbffa11..72f0341649faa 100644 --- a/sys/fs/devfs/devfs_vnops.c +++ b/sys/fs/devfs/devfs_vnops.c @@ -40,8 +40,8 @@ * mkdir: want it ? */ -#include <opt_devfs.h> -#include <opt_mac.h> +#include "opt_devfs.h" +#include "opt_mac.h" #include <sys/param.h> #include <sys/systm.h> |
