Re: Zero initialisers again

kuznet@ms2.inr.ac.ru
Sat, 12 Aug 2000 23:29:12 +0400 (MSK DST)


Hello!

> +int sysctl_tcp_stdurg = 0;
> +int sysctl_tcp_rfc1337 = 0;
>
> We no longer need to explicitly initialise any variable to zero. Why is
> this change required?

Well... simply because all the rest of variables in this file
are initialised.

Imagine that it is not 0, but DEFAULT_TCP_STDURG, defined to some value,
which occasionally turned out to be zero. 8)

Alexey

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/