Compile fix

This commit is contained in:
Ben Gras 2005-10-12 15:07:26 +00:00
parent fc58687905
commit 46678bdb7f

View file

@ -249,7 +249,7 @@ zone_t numb; /* zone to be returned */
/*===========================================================================*
* rw_block *
*===========================================================================*/
PUBLIC void rw_block(bp, rw_flag)
PRIVATE int rw_block(bp, rw_flag)
register struct buf *bp; /* buffer pointer */
int rw_flag; /* READING or WRITING */
{