Subject: uninitialized vars
To: None <current-users@netbsd.org>
From: Jaka Jejcic <jj@gnorw.net>
List: current-users
Date: 10/18/2005 11:38:28
Maybe you will all find this ridiculous but I find myself
adding '= 0' or '= NULL' to many of the files and many of
the variables each time I build the source tree just to
get it compiled, because the build fails for uninitialized vars.

Am I doing something wrong? If not, why aren't those vars set to
some appropriate value?

-- jj