utmpx.rs: Remove duplicated const

This commit is contained in:
oech3
2026-03-14 14:33:11 +01:00
committed by Daniel Hofstetter
parent d202b45cbe
commit de5e4f54f2
-1
View File
@@ -164,7 +164,6 @@ mod ut {
mod ut {
pub static DEFAULT_FILE: &str = "/var/run/utmpx";
pub const ACCOUNTING: usize = 9;
pub const SHUTDOWN_TIME: usize = 11;
pub use libc::_UTX_HOSTSIZE as UT_HOSTSIZE;