mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
Correct misindentation of DRA_UID.
This commit is contained in:
parent
5159643adc
commit
ec7e38fb22
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue