Fix some deprecated warnings

Issue #1987
This commit is contained in:
Christian Helmuth
2017-03-20 12:04:55 +01:00
parent 707f66e9a5
commit 88db3c0df7
50 changed files with 205 additions and 251 deletions

View File

@ -178,7 +178,6 @@ void Plugin::init(Genode::Env &env)
char ip_addr_str[16] = {0};
char netmask_str[16] = {0};
char gateway_str[16] = {0};
char address_buf[128];
Genode::Attached_rom_dataspace config { env, "config"} ;