1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #401 from ebfe/typo

Fix typo (and macos build?)
This commit is contained in:
Heather 2014-09-25 12:04:29 +04:00
commit 062e970212

View file

@ -44,7 +44,7 @@ extern {
fn endutxent();
#[cfg(target_os = "linux")]
#[cfg(target_os = "macs")]
#[cfg(target_os = "macos")]
fn utmpxname(file: *const c_char) -> c_int;
}