K 10 svn:author V 6 glewis K 8 svn:date V 27 2005-04-08T18:29:29.000000Z K 7 svn:log V 446 . When linprocfs is not mounted the Linux JDK will output a warning message, unfortunately sending it to stdout. When using such a JDK to bootstrap this line ends up at the head of generated classes, leaving them uncompilable. Add a filter to the class generation to strip out such lines with egrep. A similar patch is present in the jdk14 port and prevents a semi-common class of error reports. Approved by: phantom (maintainer) END