Andy's formatting changes.

This commit is contained in:
Ben Gras 2005-09-11 16:45:46 +00:00
parent 5ae6f98dea
commit 42fbd9aced
25 changed files with 218 additions and 218 deletions

View file

@ -300,9 +300,9 @@ dev_t device; /* device whose blocks are to be purged */
#endif
}
/*==========================================================================*
/*===========================================================================*
* flushall *
*==========================================================================*/
*===========================================================================*/
PUBLIC void flushall(dev)
dev_t dev; /* device to flush */
{

View file

@ -485,7 +485,7 @@ PRIVATE int select_reevaluate(struct filp *fp)
}
/*===========================================================================*
* int select_callback *
* select_callback *
*===========================================================================*/
PUBLIC int select_callback(struct filp *fp, int ops)
{
@ -529,7 +529,7 @@ PUBLIC int select_callback(struct filp *fp, int ops)
}
/*===========================================================================*
* int select_notified *
* select_notified *
*===========================================================================*/
PUBLIC int select_notified(int major, int minor, int selected_ops)
{
@ -586,7 +586,7 @@ PUBLIC void init_select(void)
}
/*===========================================================================*
* int select_forget *
* select_forget *
*===========================================================================*/
PUBLIC void select_forget(int proc)
{
@ -617,7 +617,7 @@ PUBLIC void select_forget(int proc)
}
/*===========================================================================*
* int select_timeout_check *
* select_timeout_check *
*===========================================================================*/
PUBLIC void select_timeout_check(timer_t *timer)
{

View file

@ -268,9 +268,9 @@ PRIVATE void pm_init()
printf(" free %u KB.\n", click_to_round_k(free_clicks));
}
/*=========================================================================*
/*===========================================================================*
* get_nice_value *
*=========================================================================*/
*===========================================================================*/
PRIVATE int get_nice_value(queue)
int queue; /* store mem chunks here */
{
@ -295,9 +295,9 @@ int queue; /* store mem chunks here */
#define MAX_16BIT (0xFFF0L << CLICK_SHIFT)
#endif
/*=========================================================================*
/*===========================================================================*
* get_mem_chunks *
*=========================================================================*/
*===========================================================================*/
PRIVATE void get_mem_chunks(mem_chunks)
struct memory *mem_chunks; /* store mem chunks here */
{
@ -358,9 +358,9 @@ struct memory *mem_chunks; /* store mem chunks here */
}
}
/*=========================================================================*
/*===========================================================================*
* patch_mem_chunks *
*=========================================================================*/
*===========================================================================*/
PRIVATE void patch_mem_chunks(mem_chunks, map_ptr)
struct memory *mem_chunks; /* store mem chunks here */
struct mem_map *map_ptr; /* memory to remove */

View file

@ -123,9 +123,9 @@ PUBLIC int do_getprocnr()
return(OK);
}
/*=====================================================================*
/*===========================================================================*
* do_reboot *
*=====================================================================*/
*===========================================================================*/
#define REBOOT_CODE "delay; boot"
PUBLIC int do_reboot()
{
@ -169,9 +169,9 @@ PUBLIC int do_reboot()
return(SUSPEND); /* don't reply to killed process */
}
/*=====================================================================*
/*===========================================================================*
* do_getsetpriority *
*=====================================================================*/
*===========================================================================*/
PUBLIC int do_getsetpriority()
{
int arg_which, arg_who, arg_pri;
@ -214,9 +214,9 @@ PUBLIC int do_getsetpriority()
return sys_nice(rmp_nr, arg_pri);
}
/*=====================================================================*
/*===========================================================================*
* do_svrctl *
*=====================================================================*/
*===========================================================================*/
PUBLIC int do_svrctl()
{
int s, req;

View file

@ -144,9 +144,9 @@ int what, p1, p2, p3;
_taskcall(FS_PROC_NR, what, &m);
}
/*==========================================================================*
/*===========================================================================*
* find_param *
*==========================================================================*/
*===========================================================================*/
PUBLIC char *find_param(name)
const char *name;
{