Code cleanup

This commit is contained in:
angt
2015-11-17 07:15:59 +01:00
parent 53a55e83c4
commit a261f1a8b1
4 changed files with 42 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ int tun_create (char *name, int multiqueue)
#ifdef IFF_MULTI_QUEUE
ifr.ifr_flags |= IFF_MULTI_QUEUE;
#else
gt_not_available("IFF_MULTI_QUEUE");
gt_na("IFF_MULTI_QUEUE");
#endif
}