mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-04-20 07:08:37 -04:00
implement hostname properly
This commit is contained in:
@@ -195,6 +195,9 @@ pub enum KernelError {
|
||||
#[error("Interrupted system call")]
|
||||
Interrupted,
|
||||
|
||||
#[error("Name too long")]
|
||||
NameTooLong,
|
||||
|
||||
#[error("{0}")]
|
||||
Other(&'static str),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user