diff options
author | dd <dd@FreeBSD.org> | 2002-07-28 06:57:57 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-07-28 06:57:57 +0000 |
commit | cca47ca03dd1c53bc17fcf12b61275fa63a7e528 (patch) | |
tree | b256d4e083e3dc92ee4f1d91a66835b856526a5c /sys/fs/devfs | |
parent | eea388f8deffbae4f9d884aeb8a7b70a6a1cd3b3 (diff) | |
download | FreeBSD-src-cca47ca03dd1c53bc17fcf12b61275fa63a7e528.zip FreeBSD-src-cca47ca03dd1c53bc17fcf12b61275fa63a7e528.tar.gz |
Correct misindentation of DRA_UID.
Diffstat (limited to 'sys/fs/devfs')
-rw-r--r-- | sys/fs/devfs/devfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |