summaryrefslogtreecommitdiff
path: root/stand/common/dev_net.c
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2017-11-22 10:04:09 +0000
committerToomas Soome <tsoome@FreeBSD.org>2017-11-22 10:04:09 +0000
commita9abb85906d9e20bfde5c9475d4b4f7d77bbcad6 (patch)
tree21be46dd6c15e2914d9bbeb2d6bd4db77e4341b3 /stand/common/dev_net.c
parentcdadbf097128130443a6dc84e756ffcbe925d3d9 (diff)
downloadsrc-test2-a9abb85906d9e20bfde5c9475d4b4f7d77bbcad6.tar.gz
src-test2-a9abb85906d9e20bfde5c9475d4b4f7d77bbcad6.zip
Notes
Diffstat (limited to 'stand/common/dev_net.c')
-rw-r--r--stand/common/dev_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/common/dev_net.c b/stand/common/dev_net.c
index c5b1e0abd92b..d461f747adaf 100644
--- a/stand/common/dev_net.c
+++ b/stand/common/dev_net.c
@@ -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;