K 10 svn:author V 7 asmodai K 8 svn:date V 27 2001-04-19T15:40:04.000000Z K 7 svn:log V 292 Change uses of mktemp() to mkstemp(). Call cc -E, not cpp, this allows lint to be unaware of any machine-dependent defines that cc(1) may normally define. Change fork() to vfork() and exit() to _exit(). Reuse temporary file so that multiple files passed can be processed without problems. END