diff --git a/examples/first.c b/examples/first.c index d65657e3..d93e8f3b 100644 --- a/examples/first.c +++ b/examples/first.c @@ -33,16 +33,6 @@ #define PROFILE_COUNT 1 #endif -#ifdef HAVE_LINUX_TABLE -#include -#include -#include - -#include - -_syscall3 (int, table, int, type, union table *, tbl, const void *, param); -#endif - int main (int argc, char *argv []) { diff --git a/examples/second.c b/examples/second.c index 4ebffe1f..423111ab 100644 --- a/examples/second.c +++ b/examples/second.c @@ -29,16 +29,6 @@ #include #include -#ifdef HAVE_LINUX_TABLE -#include -#include -#include - -#include - -_syscall3 (int, table, int, type, union table *, tbl, const void *, param); -#endif - int main (int argc, char *argv []) { diff --git a/examples/third.c b/examples/third.c index f5d41c0d..261ba8c3 100644 --- a/examples/third.c +++ b/examples/third.c @@ -32,16 +32,6 @@ void main_prog(int argc, char *argv[]); -#ifdef HAVE_LINUX_TABLE -#include -#include -#include - -#include - -_syscall3 (int, table, int, type, union table *, tbl, const void *, param); -#endif - int main (int argc, char *argv[]) { diff --git a/src/proxy/main.c b/src/proxy/main.c index dd7cd58d..a71df0a2 100644 --- a/src/proxy/main.c +++ b/src/proxy/main.c @@ -36,16 +36,6 @@ #define GET_MAX_FDS() 256 #endif -#ifdef HAVE_LINUX_TABLE -#include -#include -#include - -#include - -_syscall3 (int, table, int, type, union table *, tbl, const void *, param); -#endif - int main(int argc, char *argv[]) {