style polishing.

This commit is contained in:
Poul-Henning Kamp 2004-11-15 08:22:38 +00:00
parent a752aa8f17
commit d7fe1f51ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137722

View File

@ -314,8 +314,7 @@ initpbuf(struct buf *bp)
* relatively soon when the rest of the subsystems get smart about it. XXX
*/
struct buf *
getpbuf(pfreecnt)
int *pfreecnt;
getpbuf(int *pfreecnt)
{
int s;
struct buf *bp;
@ -355,8 +354,7 @@ getpbuf(pfreecnt)
* call understand how to use pfreecnt.
*/
struct buf *
trypbuf(pfreecnt)
int *pfreecnt;
trypbuf(int *pfreecnt)
{
int s;
struct buf *bp;
@ -387,9 +385,7 @@ trypbuf(pfreecnt)
* relatively soon when the rest of the subsystems get smart about it. XXX
*/
void
relpbuf(bp, pfreecnt)
struct buf *bp;
int *pfreecnt;
relpbuf(struct buf *bp, int *pfreecnt)
{
int s;