Zero initialisers again

From: Russell King (rmk@arm.linux.org.uk)
Date: Sat Aug 12 2000 - 14:42:20 EDT

  • Next message: Marco d'Itri: "Re: linux-2.4-test & innd"

    In test7-pre2, I see:

    -int sysctl_tcp_stdurg;
    -int sysctl_tcp_rfc1337;
    +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?
       _____
      |_____| ------------------------------------------------- ---+---+-
      | | Russell King rmk@arm.linux.org.uk --- ---
      | | | | http://www.arm.linux.org.uk/personal/aboutme.html / / |
      | +-+-+ --- -+-
      / | THE developer of ARM Linux |+| /|\
     / | | | --- |
        +-+-+ ------------------------------------------------- /\\\ |

    -
    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/



    This archive was generated by hypermail 2b29 : Sat Aug 12 2000 - 14:48:39 EDT