K 10 svn:author V 6 julian K 8 svn:date V 27 2002-02-27T09:16:00.000000Z K 7 svn:log V 325 Fix warnings that have become fatal 1/ conditionalise (#if 0) function that is not used. Unused code left in place for netBSD compatibility. 2/ Recode loop to convince gcc that it does initialise a variable (use do-while instead of for() so gcc knows that we always go through at least once. Feel free to check my logic. END