net_parse_rootpath() has no parameters

Add void for parameter list.
This commit is contained in:
Toomas Soome 2017-11-22 10:04:09 +00:00
parent cdadbf0971
commit a9abb85906
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326090

View file

@ -382,7 +382,7 @@ net_print(int verbose)
* It leaves just the pathname in the global rootpath.
*/
uint32_t
net_parse_rootpath()
net_parse_rootpath(void)
{
n_long addr = htonl(INADDR_NONE);
size_t i;