On 2021/11/02 23:47, Klemens Nanni wrote:
> No idea what it was supposed to do back then;  cvs blame points at

ha, that's Jason's username for various places

it's obviously not needed, but it's tempting to keep it for historical
interest!

> OK?
> 
> Index: ifconfig.c
> ===================================================================
> RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v
> retrieving revision 1.447
> diff -u -p -r1.447 ifconfig.c
> --- ifconfig.c        2 Nov 2021 23:39:27 -0000       1.447
> +++ ifconfig.c        2 Nov 2021 23:46:28 -0000
> @@ -411,11 +411,6 @@ const struct     cmd {
>       { "alias",      IFF_UP,         0,              notealias },
>       { "-alias",     -IFF_UP,        0,              notealias },
>       { "delete",     -IFF_UP,        0,              notealias },
> -#ifdef notdef
> -#define      EN_SWABIPS      0x1000
> -     { "swabips",    EN_SWABIPS,     0,              setifflags },
> -     { "-swabips",   -EN_SWABIPS,    0,              setifflags },
> -#endif /* notdef */
>       { "netmask",    NEXTARG,        0,              setifnetmask },
>       { "mtu",        NEXTARG,        0,              setifmtu },
>       { "nwid",       NEXTARG,        0,              setifnwid },
> 

Reply via email to