retire PUBLIC, PRIVATE and FORWARD

This commit is contained in:
Ben Gras
2012-03-25 20:25:53 +02:00
parent 6a73e85ad1
commit 7336a67dfe
603 changed files with 5776 additions and 5779 deletions

View File

@@ -36,7 +36,7 @@
/*===========================================================================*
* do_exec *
*===========================================================================*/
PUBLIC int do_exec()
int do_exec()
{
message m;
@@ -58,7 +58,7 @@ PUBLIC int do_exec()
/*===========================================================================*
* do_exec_newmem *
*===========================================================================*/
PUBLIC int do_exec_newmem()
int do_exec_newmem()
{
int proc_e, proc_n, allow_setuid;
char *ptr;
@@ -131,7 +131,7 @@ PUBLIC int do_exec_newmem()
/*===========================================================================*
* do_execrestart *
*===========================================================================*/
PUBLIC int do_execrestart()
int do_execrestart()
{
int proc_e, proc_n, result;
struct mproc *rmp;
@@ -157,7 +157,7 @@ PUBLIC int do_execrestart()
/*===========================================================================*
* exec_restart *
*===========================================================================*/
PUBLIC void exec_restart(rmp, result, pc)
void exec_restart(rmp, result, pc)
struct mproc *rmp;
int result;
vir_bytes pc;