kdata: one more syscall
authorAlan Cox <alan@linux.intel.com>
Fri, 25 Mar 2016 20:50:47 +0000 (20:50 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 25 Mar 2016 20:50:47 +0000 (20:50 +0000)
Kernel/include/kdata.h

index de447e7..2886325 100644 (file)
@@ -85,7 +85,7 @@ extern struct runload loadavg[];
 // the system call dispatch table
 #ifdef CONFIG_LEVEL_2
 #ifdef CONFIG_NET
-#define FUZIX_SYSCALL_COUNT 98
+#define FUZIX_SYSCALL_COUNT 99
 #else
 #define FUZIX_SYSCALL_COUNT 80
 #endif