K 10 svn:author V 5 harti K 8 svn:date V 27 2003-07-30T16:02:50.000000Z K 7 svn:log V 169 Fix what was a common idiom in PDP-11 days: declare a local int and use the address of that int for read(2). While this happens to work on LE, it surely is wrong on BE. END