aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/extract_errnos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/extract_errnos.sh')
-rwxr-xr-xsrc/tools/extract_errnos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/extract_errnos.sh b/src/tools/extract_errnos.sh
index c134db8f6..eb1ab46a4 100755
--- a/src/tools/extract_errnos.sh
+++ b/src/tools/extract_errnos.sh
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project 2# This file is part of Firejail project
3# Copyright (C) 2014-2023 Firejail Authors 3# Copyright (C) 2014-2024 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6echo -e "#include <errno.h>\n#include <attr/xattr.h>" | \ 6echo -e "#include <errno.h>\n#include <attr/xattr.h>" | \