mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-24 13:05:18 +00:00
dde_linux/src/lib/lxip/: fix warning with Cstring
This commit is contained in:
parent
136b80b7b8
commit
79bc0ab789
@ -126,7 +126,7 @@ void net_mac(void* mac, unsigned long size)
|
||||
{
|
||||
enum { MAC_LEN = 17, ETH_ALEN = 6, };
|
||||
|
||||
unsigned char str[MAC_LEN + 1];
|
||||
char str[MAC_LEN + 1];
|
||||
using namespace Genode;
|
||||
|
||||
Nic::Mac_address m = _nic_client->nic()->mac_address();
|
||||
|
Loading…
x
Reference in New Issue
Block a user