1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #4720 from cakebaker/uucore_remove_commented_out_imports

uucore: remove commented out imports
This commit is contained in:
Sylvestre Ledru 2023-04-09 15:09:08 +02:00 committed by GitHub
commit 7401419d27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,13 +42,10 @@ use std::ptr;
use std::sync::{Mutex, MutexGuard};
pub use self::ut::*;
use libc::utmpx;
// pub use libc::getutxid;
// pub use libc::getutxline;
// pub use libc::pututxline;
pub use libc::endutxent;
pub use libc::getutxent;
pub use libc::setutxent;
use libc::utmpx;
#[cfg(any(target_vendor = "apple", target_os = "linux", target_os = "netbsd"))]
pub use libc::utmpxname;