diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
commit | beb116954b9b7f3bb56412b2494b562f02b864b1 (patch) | |
tree | 120e997879884e1b9d93b265221b939d2ef1ade1 /include/linux/sys.h | |
parent | 908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff) |
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'include/linux/sys.h')
-rw-r--r-- | include/linux/sys.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sys.h b/include/linux/sys.h index 40f9471d0..dcd325668 100644 --- a/include/linux/sys.h +++ b/include/linux/sys.h @@ -27,10 +27,4 @@ * These are system calls that haven't been implemented yet * but have an entry in the table for future expansion.. */ -#ifdef __mips__ -#define sys_quotactl sys_ni_syscall -#else -#define _sys_quotactl _sys_ni_syscall -#endif - #endif |