K 10 svn:author V 2 jb K 8 svn:date V 27 2008-03-27T01:33:26.000000Z K 7 svn:log V 381 Allow awk (the one true one!) to handle 64 files instead of just 20. The current FreeBSD syscall generation script uses all 20 and I need another open file. It's a shame that something named as the 'one-true-awk' is so limited by an old denition like FOPEN_MAX when it could just make the file handling dynamic. This is done to avoid touching contrib sources on a vendor branch. END