summaryrefslogtreecommitdiff
path: root/init/src/host/set.rs
diff options
context:
space:
mode:
Diffstat (limited to 'init/src/host/set.rs')
-rw-r--r--init/src/host/set.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/src/host/set.rs b/init/src/host/set.rs
index 9550b29..b161930 100644
--- a/init/src/host/set.rs
+++ b/init/src/host/set.rs
@@ -1,3 +1,5 @@
+// This file named `set.rs` because possibly here will be other functions, not only hn
+
use crate::log::log_warning;
use libc::{c_char, sethostname, size_t};
use std::{ffi::CString, fs, io};