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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to