From 0bb27bb0b169ae6eb5fae99db427e3b2f16787b2 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Mon, 7 Nov 2011 22:24:59 +0100 Subject: [PATCH] Servers: remove ABI comment --- servers/avfs/table.c | 1 - servers/pm/table.c | 1 - servers/vfs/table.c | 1 - 3 files changed, 3 deletions(-) diff --git a/servers/avfs/table.c b/servers/avfs/table.c index 8a4aef96d..792e3ac74 100644 --- a/servers/avfs/table.c +++ b/servers/avfs/table.c @@ -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) */ diff --git a/servers/pm/table.c b/servers/pm/table.c index 3f9fdbdd1..364fbb039 100644 --- a/servers/pm/table.c +++ b/servers/pm/table.c @@ -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 */ diff --git a/servers/vfs/table.c b/servers/vfs/table.c index 9a9793851..e0434caff 100644 --- a/servers/vfs/table.c +++ b/servers/vfs/table.c @@ -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) */