summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>2002-03-27 20:10:53 +0000
committerabial <abial@FreeBSD.org>2002-03-27 20:10:53 +0000
commit8682302fbd75e101a537b8a67df3f761be27ca19 (patch)
treea912c54523d569b0218234a81aee45cffa952102 /release
parentdab605155276703edf7144c7e3be2a1d993df91a (diff)
downloadFreeBSD-src-8682302fbd75e101a537b8a67df3f761be27ca19.zip
FreeBSD-src-8682302fbd75e101a537b8a67df3f761be27ca19.tar.gz
Function declared void shouldn't return any value...
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/tinyware/ns/ns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/tinyware/ns/ns.c b/release/picobsd/tinyware/ns/ns.c
index 83ddecc..777a7be 100644
--- a/release/picobsd/tinyware/ns/ns.c
+++ b/release/picobsd/tinyware/ns/ns.c
@@ -379,7 +379,7 @@ print_routing(char *proto)
free(if_buf);
free(if_table);
free(ifm_table);
- return (0);
+ return;
}
/* Now dump the routing table */
@@ -435,7 +435,7 @@ print_routing(char *proto)
free(if_buf);
free(if_table);
free(ifm_table);
- return (0);
+ return;
}
OpenPOWER on IntegriCloud