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:
commit
7401419d27
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue