svn commit: r326090 - head/stand/common

Toomas Soome tsoome at FreeBSD.org
Wed Nov 22 10:04:10 UTC 2017


Author: tsoome
Date: Wed Nov 22 10:04:09 2017
New Revision: 326090
URL: https://svnweb.freebsd.org/changeset/base/326090

Log:
  net_parse_rootpath() has no parameters
  
  Add void for parameter list.

Modified:
  head/stand/common/dev_net.c

Modified: head/stand/common/dev_net.c
==============================================================================
--- head/stand/common/dev_net.c	Wed Nov 22 08:48:00 2017	(r326089)
+++ head/stand/common/dev_net.c	Wed Nov 22 10:04:09 2017	(r326090)
@@ -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;


More information about the svn-src-head mailing list