diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-07-28 06:57:57 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-07-28 06:57:57 +0000 |
| commit | ec7e38fb22396cd9fd264e99b2dd083a9ec92ed6 (patch) | |
| tree | b256d4e083e3dc92ee4f1d91a66835b856526a5c /sys/fs/devfs/devfs.h | |
| parent | 5159643adcc96badbbcfec53db2e69779848b75e (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs/devfs.h')
| -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 2f0dc762018b2..dcef6e4118fa8 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 |
