]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
enosys: mark variable static
authorThomas Weißschuh <thomas@t-8ch.de>
Thu, 27 Apr 2023 22:04:35 +0000 (00:04 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 16 May 2023 20:32:29 +0000 (22:32 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/enosys.c

index 6497bb83620494c77f92b87a4ab6906157de0631..3a95ecbab410f33660ad0686999636db0a8ff71d 100644 (file)
@@ -66,7 +66,7 @@ struct syscall {
        int number;
 };
 
-const struct syscall syscalls[] = {
+static const struct syscall syscalls[] = {
        { "move_mount", __NR_move_mount },
        { "open_tree", __NR_open_tree },
        { "fsopen", __NR_fsopen },