Add missing `void' for function without arguments.

This commit is contained in:
Ed Schouten 2009-12-29 08:45:07 +00:00
parent e6281cf106
commit 03929509e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201177

View File

@ -118,7 +118,7 @@ main(int argc, char **argv)
}
static int
kdumpenv()
kdumpenv(void)
{
char *buf, *cp;
int buflen, envlen;