aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/errno.c
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-02 07:49:01 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-02 07:49:01 -0400
commit72b93c5761b5e42c5742e192f46bac1696c36f4c (patch)
tree3951e01a771ea3e8f11b8364991bb47f752f011f /src/firejail/errno.c
parentfixed /run/firejail/mnt problem introduced recently (diff)
downloadfirejail-72b93c5761b5e42c5742e192f46bac1696c36f4c.tar.gz
firejail-72b93c5761b5e42c5742e192f46bac1696c36f4c.tar.zst
firejail-72b93c5761b5e42c5742e192f46bac1696c36f4c.zip
major cleanup
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