Servers: remove ABI comment

This commit is contained in:
David van Moolenbroek 2011-11-07 22:24:59 +01:00
parent b02c260ecb
commit 0bb27bb0b1
3 changed files with 0 additions and 3 deletions

View file

@ -114,7 +114,6 @@ PUBLIC _PROTOTYPE (int (*call_vec[]), (void) ) = {
no_sys, /* 97 = unused */
no_sys, /* 98 = (sprofile) */
no_sys, /* 99 = (cprofile) */
/* THE MINIX3 ABI ENDS HERE */
no_sys, /* 100 = (exec_newmem) */
no_sys, /* 101 = (srv_fork) */
no_sys, /* 102 = (exec_restart) */

View file

@ -111,7 +111,6 @@ _PROTOTYPE (int (*call_vec[]), (void) ) = {
no_sys, /* 97 = unused */
do_sprofile, /* 98 = sprofile */
do_cprofile, /* 99 = cprofile */
/* THE MINIX3 ABI ENDS HERE */
do_exec_newmem, /* 100 = exec_newmem */
do_srv_fork, /* 101 = srv_fork */
do_execrestart, /* 102 = exec_restart */

View file

@ -115,7 +115,6 @@ PUBLIC _PROTOTYPE (int (*call_vec[]), (void) ) = {
no_sys, /* 97 = unused */
no_sys, /* 98 = (sprofile) */
no_sys, /* 99 = (cprofile) */
/* THE MINIX3 ABI ENDS HERE */
no_sys, /* 100 = (exec_newmem) */
no_sys, /* 101 = (srv_fork) */
no_sys, /* 102 = (exec_restart) */