Removed unused symbols.

Minor cleanups.
This commit is contained in:
Kees van Reeuwijk
2010-01-22 22:01:08 +00:00
parent 0cfbe936ce
commit a7cee5bec4
38 changed files with 31 additions and 102 deletions

View File

@@ -7,7 +7,6 @@
*/
#include "../system.h"
#include "../vm.h"
/*===========================================================================*
@@ -18,7 +17,7 @@ register message *m_ptr; /* pointer to request message */
{
vir_bytes len, buf;
static char mybuf[DIAG_BUFSIZE];
struct proc *caller, *target;
struct proc *caller;
int s, i, proc_nr;
caller = proc_addr(who_p);