From 83ff52a7f329578fc29366d1093c4297285203ed Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 6 Jul 2006 13:22:08 +0000 Subject: [PATCH] Use #include "", not #include <> for opt_foo.h. MFC after: 3 days --- sys/fs/devfs/devfs_vnops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/fs/devfs/devfs_vnops.c b/sys/fs/devfs/devfs_vnops.c index c1be3bdbffa1..72f0341649fa 100644 --- a/sys/fs/devfs/devfs_vnops.c +++ b/sys/fs/devfs/devfs_vnops.c @@ -40,8 +40,8 @@ * mkdir: want it ? */ -#include -#include +#include "opt_devfs.h" +#include "opt_mac.h" #include #include