trace: use standard POSIX header for basename()
[project/procd.git] / jail / seccomp.h
index 0992b791723e7a192f04a5e09f3817f8dd72b113..b0c8d305694294f2468ebcb30542c7cb8eb94744 100644 (file)
 #ifndef _JAIL_SECCOMP_H_
 #define _JAIL_SECCOMP_H_
 
-#define INFO(fmt, ...) do { \
-       syslog(LOG_INFO,"preload-seccomp: "fmt, ## __VA_ARGS__); \
-       fprintf(stderr,"preload-seccomp: "fmt, ## __VA_ARGS__); \
-       } while (0)
+#include <stdio.h>
+#include <syslog.h>
 
 int install_syscall_filter(const char *argv, const char *file);