Module Name: src Committed By: simonb Date: Wed Sep 5 04:01:23 UTC 2012
Modified Files: src/usr.bin/comm: comm.c Log Message: Use getc instead of fgetc. This is approximately five times faster for "comm -23 a b" where a and b are identical 100MB files. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/comm/comm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.