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

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;
}