CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/03 05:41:10
Modified files:
usr.bin/compress: compress.h gzopen.c main.c nullopen.c zopen.c
Log message:
start pulling apart some function pointers that take too many parameters
because of excessive code sharing. compression and decompression are not
entirely similar, they should share less.
ok joerg millert
