udev_monitor.c: bitmask is unsigned
This commit is contained in:
parent
c2a08cdd79
commit
8a4b5b582c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,8 +32,8 @@ struct udev_monitor {
|
|||
struct udev_list_entry subsystem_match;
|
||||
struct udev_list_entry devtype_match;
|
||||
struct udev *udev;
|
||||
unsigned nlgrp;
|
||||
int refcount;
|
||||
int nlgrp;
|
||||
int fd;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue