there are no pw_fields in struct passwd under openbsd

This commit is contained in:
Sébastien Marie 2015-12-21 10:43:44 +01:00
parent c618f366f3
commit 9e8707902f

View File

@ -43,7 +43,8 @@ s! {
#[cfg(not(any(target_os = "macos",
target_os = "ios",
target_os = "netbsd")))]
target_os = "netbsd",
target_os = "openbsd")))]
pub pw_fields: ::c_int,
}