mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 13:06:06 +03:00
fix warnings
This commit is contained in:
parent
3ba81894fc
commit
9383c84479
@ -227,7 +227,7 @@ tun_setip(const char *ip, int netbits)
|
||||
}
|
||||
|
||||
int
|
||||
tun_setmtu(const size_t mtu)
|
||||
tun_setmtu(const unsigned mtu)
|
||||
{
|
||||
char cmdline[512];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user