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
-1
View File
@@ -9,7 +9,6 @@
#include "is.h"
/*===========================================================================*
* handle_fkey *
*===========================================================================*/
-3
View File
@@ -13,7 +13,6 @@
#include "../fs/fproc.h"
#include <minix/dmap.h>
PUBLIC struct fproc fproc[NR_PROCS];
PUBLIC struct dmap dmap[NR_DEVICES];
@@ -49,7 +48,6 @@ PUBLIC void fproc_dmp()
prev_i = i;
}
/*===========================================================================*
* dtab_dmp *
*===========================================================================*/
@@ -85,4 +83,3 @@ PUBLIC void dtab_dmp()
}
}
-10
View File
@@ -19,7 +19,6 @@ FORWARD _PROTOTYPE( char *s_traps_str, (int flags) );
FORWARD _PROTOTYPE( char *s_flags_str, (int flags) );
FORWARD _PROTOTYPE( char *p_rts_flags_str, (int flags) );
/* Some global data that is shared among several dumping procedures.
* Note that the process table copy has the same name as in the kernel
* so that most macros and definitions from proc.h also apply here.
@@ -28,8 +27,6 @@ PUBLIC struct proc proc[NR_TASKS + NR_PROCS];
PUBLIC struct priv priv[NR_SYS_PROCS];
PUBLIC struct boot_image image[NR_BOOT_PROCS];
/*===========================================================================*
* timing_dmp *
*===========================================================================*/
@@ -103,7 +100,6 @@ PUBLIC void kmessages_dmp()
printf("%s", print_buf); /* print the messages */
}
/*===========================================================================*
* monparams_dmp *
*===========================================================================*/
@@ -131,7 +127,6 @@ PUBLIC void monparams_dmp()
printf("\n%s\n", val);
}
/*===========================================================================*
* irqtab_dmp *
*===========================================================================*/
@@ -181,7 +176,6 @@ PUBLIC void irqtab_dmp()
printf("\n");
}
/*===========================================================================*
* image_dmp *
*===========================================================================*/
@@ -335,7 +329,6 @@ PRIVATE char *s_traps_str(int flags)
return str;
}
/*===========================================================================*
* privileges_dmp *
*===========================================================================*/
@@ -437,7 +430,6 @@ PUBLIC void sendmask_dmp()
#endif
}
PRIVATE char *p_rts_flags_str(int flags)
{
static char str[10];
@@ -452,7 +444,6 @@ PRIVATE char *p_rts_flags_str(int flags)
return str;
}
/*===========================================================================*
* proctab_dmp *
*===========================================================================*/
@@ -550,4 +541,3 @@ int proc_nr;
return cproc_addr(proc_nr)->p_name;
}
-3
View File
@@ -11,7 +11,6 @@
#include "../pm/mproc.h"
#include <timers.h>
PUBLIC struct mproc mproc[NR_PROCS];
/*===========================================================================*
@@ -65,7 +64,6 @@ PUBLIC void mproc_dmp()
prev_i = i;
}
/*===========================================================================*
* sigaction_dmp *
*===========================================================================*/
@@ -99,4 +97,3 @@ PUBLIC void sigaction_dmp()
prev_i = i;
}
-2
View File
@@ -13,5 +13,3 @@ extern int who; /* caller's proc number */
extern int callnr; /* system call number */
extern int dont_reply; /* normally 0; set to 1 to inhibit reply */
-8
View File
@@ -27,7 +27,6 @@ FORWARD _PROTOTYPE(void exit_server, (void) );
FORWARD _PROTOTYPE(void get_work, (void) );
FORWARD _PROTOTYPE(void reply, (int whom, int result) );
/*===========================================================================*
* main *
*===========================================================================*/
@@ -71,9 +70,6 @@ PUBLIC void main(int argc, char **argv)
}
}
/*===========================================================================*
* init_server *
*===========================================================================*/
@@ -123,7 +119,6 @@ PRIVATE void exit_server()
exit(0);
}
/*===========================================================================*
* get_work *
*===========================================================================*/
@@ -137,7 +132,6 @@ PRIVATE void get_work()
callnr = m_in.m_type; /* set function call number */
}
/*===========================================================================*
* reply *
*===========================================================================*/
@@ -152,5 +146,3 @@ int result; /* report result to replyee */
panic("IS", "unable to send reply!", send_status);
}