mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-15 07:17:45 +00:00
fix warnings
This commit is contained in:
@@ -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];
|
||||
|
||||
|
Reference in New Issue
Block a user