Skip to content

Commit

Permalink
udev_monitor.c: bitmask is unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
illiliti committed Aug 29, 2021
1 parent c2a08cd commit 8a4b5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udev_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 8a4b5b5

Please sign in to comment.