Removed declararion of table () function again.
This commit is contained in:
@@ -32,16 +32,6 @@
|
||||
|
||||
void main_prog(int argc, char *argv[]);
|
||||
|
||||
#ifdef HAVE_LINUX_TABLE
|
||||
#include <unistd.h>
|
||||
#include <linux/unistd.h>
|
||||
#include <linux/table.h>
|
||||
|
||||
#include <syscall.h>
|
||||
|
||||
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
|
||||
#endif
|
||||
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
|
Reference in New Issue
Block a user