Silence rtems_bsd_ifconfig()

This commit is contained in:
Sebastian Huber 2018-03-23 09:14:34 +01:00
parent b3d1e6a9c3
commit d300a34424

View File

@ -59,6 +59,7 @@ rtems_bsd_ifconfig(const char *ifname, const char *addr_self,
};
char *dflt_route[] = {
"route",
"-q",
"add",
"default",
__DECONST(char *, addr_gateway),