]> Zhao Yanbai Git Server - minix.git/commitdiff
Servers: remove ABI comment
authorDavid van Moolenbroek <david@minix3.org>
Mon, 7 Nov 2011 21:24:59 +0000 (22:24 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 7 Nov 2011 21:24:59 +0000 (22:24 +0100)
servers/avfs/table.c
servers/pm/table.c
servers/vfs/table.c

index 8a4aef96d92eedea3d4d4c085512321201ded51e..792e3ac747db0d0db9536e1ffa0df1c76cb5d3c4 100644 (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) */
index 3f9fdbdd1dc8e95829ebe60150811951b9e1d5b5..364fbb0394df0919a60be5f79771ae8191440830 100644 (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 */
index 9a97938512456d727e38bf699af1cffdaa93bebe..e0434caffccf51689fe494227bb6cd064ad845e2 100644 (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) */