Add missing `void' for function without arguments.

This commit is contained in:
ed 2009-12-29 08:45:07 +00:00
parent ef9c2d0d56
commit a2433cb674

View File

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