From cca47ca03dd1c53bc17fcf12b61275fa63a7e528 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 28 Jul 2002 06:57:57 +0000 Subject: Correct misindentation of DRA_UID. --- sys/fs/devfs/devfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h index 2f0dc76..dcef6e4 100644 --- a/sys/fs/devfs/devfs.h +++ b/sys/fs/devfs/devfs.h @@ -90,7 +90,7 @@ struct devfs_rule { */ int dr_iacts; #define DRA_BACTS 0x001 -#define DRA_UID 0x002 +#define DRA_UID 0x002 #define DRA_GID 0x004 #define DRA_MODE 0x008 #define DRA_INCSET 0x010 -- cgit v1.1