From 87e008d56de974947ebb99c2cc40b25d3c2cf43e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Jun 2025 03:59:52 +0900 Subject: treewide: rename to hakurei Fortify makes little sense for a container tool. Signed-off-by: Ophestra --- test/sandbox/mount.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/sandbox/mount.go') diff --git a/test/sandbox/mount.go b/test/sandbox/mount.go index 27dc6bae..29405722 100644 --- a/test/sandbox/mount.go +++ b/test/sandbox/mount.go @@ -7,7 +7,7 @@ package sandbox #include #include -const char *F_MOUNTINFO_PATH = "/proc/self/mountinfo"; +const char *HAKUREI_MOUNTINFO_PATH = "/proc/self/mountinfo"; */ import "C" @@ -86,7 +86,7 @@ func (m *Mountinfo) Parse() error { } if m.p == "" { - m.tb = C.mnt_new_table_from_file(C.F_MOUNTINFO_PATH) + m.tb = C.mnt_new_table_from_file(C.HAKUREI_MOUNTINFO_PATH) } else { name := C.CString(m.p) m.tb = C.mnt_new_table_from_file(name) -- cgit v1.3.1