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
-8
View File
@@ -122,7 +122,6 @@ int only_search; /* if NO_READ, don't read, else act normal */
return(bp); /* return the newly acquired block */
}
/*===========================================================================*
* put_block *
*===========================================================================*/
@@ -183,7 +182,6 @@ int block_type; /* INODE_BLOCK, DIRECTORY_BLOCK, or whatever */
}
}
/*===========================================================================*
* alloc_zone *
*===========================================================================*/
@@ -225,7 +223,6 @@ zone_t z; /* try to allocate new zone near this one */
return(sp->s_firstdatazone - 1 + (zone_t) b);
}
/*===========================================================================*
* free_zone *
*===========================================================================*/
@@ -246,7 +243,6 @@ zone_t numb; /* zone to be returned */
if (bit < sp->s_zsearch) sp->s_zsearch = bit;
}
/*===========================================================================*
* rw_block *
*===========================================================================*/
@@ -286,7 +282,6 @@ int rw_flag; /* READING or WRITING */
bp->b_dirt = CLEAN;
}
/*===========================================================================*
* invalidate *
*===========================================================================*/
@@ -305,7 +300,6 @@ dev_t device; /* device whose blocks are to be purged */
#endif
}
/*==========================================================================*
* flushall *
*==========================================================================*/
@@ -323,7 +317,6 @@ dev_t dev; /* device to flush */
rw_scattered(dev, dirty, ndirty, WRITING);
}
/*===========================================================================*
* rw_scattered *
*===========================================================================*/
@@ -422,7 +415,6 @@ int rw_flag; /* READING or WRITING */
}
}
/*===========================================================================*
* rm_lru *
*===========================================================================*/