]> Zhao Yanbai Git Server - minix.git/commitdiff
Higher NCALLS requires bigger table. New calls are in PM.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Feb 2008 14:51:38 +0000 (14:51 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Feb 2008 14:51:38 +0000 (14:51 +0000)
servers/vfs/table.c

index 859eee3d8d442fc373678a4c0fde4bb195c71749..1b107b57ca974c6ef0ea5973a5faa1a2cbd8190c 100644 (file)
@@ -118,6 +118,17 @@ PUBLIC _PROTOTYPE (int (*call_vec[]), (void) ) = {
        no_sys,         /* 97 = getsysinfo_up */
        no_sys,         /* 98 = (sprofile) */
        no_sys,         /* 99 = (cprofile) */
+       no_sys,         /* 100 = unused */
+       no_sys,         /* 101 = unused */
+       no_sys,         /* 102 = unused */
+       no_sys,         /* 103 = unused */
+       no_sys,         /* 104 = unused */
+       no_sys,         /* 105 = unused */
+       no_sys,         /* 106 = unused */
+       no_sys,         /* 107 = unused */
+       no_sys,         /* 108 = (adddma) */
+       no_sys,         /* 109 = unused */
+       no_sys,         /* 110 = unused */
 };
 /* This should not fail with "array size is negative": */
 extern int dummy[sizeof(call_vec) == NCALLS * sizeof(call_vec[0]) ? 1 : -1];