aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/errno.c')
-rw-r--r--src/firejail/errno.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/firejail/errno.c b/src/firejail/errno.c
index 03f10bb14..8215c99a1 100644
--- a/src/firejail/errno.c
+++ b/src/firejail/errno.c
@@ -17,7 +17,6 @@
17 * with this program; if not, write to the Free Software Foundation, Inc., 17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19*/ 19*/
20
21#ifdef HAVE_SECCOMP 20#ifdef HAVE_SECCOMP
22#include "firejail.h" 21#include "firejail.h"
23#include <errno.h> 22#include <errno.h>
@@ -205,5 +204,4 @@ char *errno_find_nr(int nr) {
205 204
206 return "unknown"; 205 return "unknown";
207} 206}
208
209#endif // HAVE_SECCOMP 207#endif // HAVE_SECCOMP