Al's double-blank-line removal request

This commit is contained in:
Ben Gras
2005-08-22 15:23:47 +00:00
parent e2e90b1fdc
commit d11b2e4b8c
104 changed files with 0 additions and 329 deletions
-10
View File
@@ -53,7 +53,6 @@ PUBLIC int (*call_vec[NR_SYS_CALLS])(message *m_ptr);
FORWARD _PROTOTYPE( void initialize, (void));
/*===========================================================================*
* sys_task *
*===========================================================================*/
@@ -101,7 +100,6 @@ PUBLIC void sys_task()
}
}
/*===========================================================================*
* initialize *
*===========================================================================*/
@@ -172,7 +170,6 @@ PRIVATE void initialize(void)
map(SYS_GETINFO, do_getinfo); /* request system information */
}
/*===========================================================================*
* get_priv *
*===========================================================================*/
@@ -200,7 +197,6 @@ int proc_type; /* system or user process flag */
return(OK);
}
/*===========================================================================*
* get_randomness *
*===========================================================================*/
@@ -233,7 +229,6 @@ int source;
krandom.bin[source].r_next = (r_next + 1 ) % RANDOM_ELEMENTS;
}
/*===========================================================================*
* send_sig *
*===========================================================================*/
@@ -252,7 +247,6 @@ int sig_nr; /* signal to be sent, 1 to _NSIG */
lock_notify(SYSTEM, proc_nr);
}
/*===========================================================================*
* cause_sig *
*===========================================================================*/
@@ -287,7 +281,6 @@ int sig_nr; /* signal to be sent, 1 to _NSIG */
}
}
/*===========================================================================*
* umap_bios *
*===========================================================================*/
@@ -318,7 +311,6 @@ vir_bytes bytes; /* # of bytes to be copied */
return 0;
}
/*===========================================================================*
* umap_local *
*===========================================================================*/
@@ -377,7 +369,6 @@ vir_bytes bytes; /* # of bytes to be copied */
#endif
}
/*===========================================================================*
* umap_remote *
*===========================================================================*/
@@ -457,4 +448,3 @@ vir_bytes bytes; /* # of bytes to copy */
return(OK);
}