Removed declararion of table () function again.

This commit is contained in:
Martin Baulig
1998-06-14 12:18:39 +00:00
parent c75b77affc
commit 23cccaf87f
4 changed files with 0 additions and 40 deletions

View File

@@ -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[])
{