X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=networking%2Fvconfig.c;h=13c65ad781b41d7d042dd8c65336bee6f43f2beb;hb=95755181b828cccaa833d7b8d1d47174b7b360b7;hp=00379fc2f982756dd12d7bac37597fedb83f2b89;hpb=c5045fdbf1bbb8314b78e5f8d219a4449231a33e;p=oweals%2Fbusybox.git diff --git a/networking/vconfig.c b/networking/vconfig.c index 00379fc2f..13c65ad78 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c @@ -4,7 +4,7 @@ * * Copyright (C) 2001 Manuel Novoa III * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* BB_AUDIT SUSv3 N/A */ @@ -47,8 +47,8 @@ struct vlan_ioctl_args { short vlan_qos; }; -#define VLAN_GROUP_ARRAY_LEN 4096 -#define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */ +#define VLAN_GROUP_ARRAY_LEN 4096 +#define SIOCSIFVLAN 0x8983 /* Set 802.1Q VLAN options */ /* On entry, table points to the length of the current string * plus NUL terminator plus data length for the subsequent entry.