diff options
Diffstat (limited to 'networking/tunctl.c')
-rw-r--r-- | networking/tunctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/tunctl.c b/networking/tunctl.c index a8e5270ad..02ff71dce 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.c | |||
@@ -48,9 +48,9 @@ int tunctl_main(int argc UNUSED_PARAM, char **argv) | |||
48 | }; | 48 | }; |
49 | 49 | ||
50 | opt_complementary = "=0:t--d:d--t"; // no arguments; t ^ d | 50 | opt_complementary = "=0:t--d:d--t"; // no arguments; t ^ d |
51 | opts = getopt32(argv, "f:t:d:" USE_FEATURE_TUNCTL_UG("u:g:b"), | 51 | opts = getopt32(argv, "f:t:d:" IF_FEATURE_TUNCTL_UG("u:g:b"), |
52 | &opt_device, &opt_name, &opt_name | 52 | &opt_device, &opt_name, &opt_name |
53 | USE_FEATURE_TUNCTL_UG(, &opt_user, &opt_group)); | 53 | IF_FEATURE_TUNCTL_UG(, &opt_user, &opt_group)); |
54 | 54 | ||
55 | // select device | 55 | // select device |
56 | memset(&ifr, 0, sizeof(ifr)); | 56 | memset(&ifr, 0, sizeof(ifr)); |