mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
style polishing.
This commit is contained in:
parent
a752aa8f17
commit
d7fe1f51ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137722
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user