jail: fix some more mount options
[project/procd.git] / jail / seccomp-oci.h
index f8e0b6acbd01fd0b117b43a106d80d6e991688f7..8cc8ae2dc30e522ccb45ec716c78553a66912792 100644 (file)
 
 #include <linux/filter.h>
 
-#ifdef SECCOMP_SUPPORT
 struct sock_fprog *parseOCIlinuxseccomp(struct blob_attr *msg);
 int applyOCIlinuxseccomp(struct sock_fprog *prog);
-#else
-
 
+#ifndef SECCOMP_SUPPORT
 struct sock_fprog *parseOCIlinuxseccomp(struct blob_attr *msg) {
        return NULL;
 }