mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Add missing `void' for function without arguments.
This commit is contained in:
parent
e6281cf106
commit
03929509e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201177
@ -118,7 +118,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
static int
|
||||
kdumpenv()
|
||||
kdumpenv(void)
|
||||
{
|
||||
char *buf, *cp;
|
||||
int buflen, envlen;
|
||||
|
Loading…
Reference in New Issue
Block a user