Tamir Duberstein 2020-12-26 09:40:18 -05:00
parent 6e7a919ce3
commit ceb2dffc5e
No known key found for this signature in database
GPG Key ID: 32E33EC15E1FEF3C
1 changed files with 1 additions and 0 deletions

View File

@ -1333,6 +1333,7 @@ pub const S_ISGID: ::c_int = 0x400;
pub const S_ISVTX: ::c_int = 0x200;
pub const IF_NAMESIZE: ::size_t = 16;
pub const IFNAMSIZ: ::size_t = IF_NAMESIZE;
pub const LOG_EMERG: ::c_int = 0;
pub const LOG_ALERT: ::c_int = 1;