mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add forgotten `void' keyword. This function has no arguments.
This commit is contained in:
parent
0970727f4f
commit
88a8f792b6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201182
@ -231,7 +231,7 @@ usage(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static u_int
|
static u_int
|
||||||
get_pageins()
|
get_pageins(void)
|
||||||
{
|
{
|
||||||
u_int pageins;
|
u_int pageins;
|
||||||
size_t len;
|
size_t len;
|
||||||
|
Loading…
Reference in New Issue
Block a user