diff --git a/plugins/sudoers/parse.h b/plugins/sudoers/parse.h index 9af302b00..8e5b1c96d 100644 --- a/plugins/sudoers/parse.h +++ b/plugins/sudoers/parse.h @@ -53,11 +53,11 @@ struct sudo_command { * Possible values: true, false, IMPLIED, UNSPEC. */ struct cmndtag { - int nopasswd: 3; - int noexec: 3; - int setenv: 3; - int log_input: 3; - int log_output: 3; + signed int nopasswd: 3; + signed int noexec: 3; + signed int setenv: 3; + signed int log_input: 3; + signed int log_output: 3; }; /*