gzip -d: use memcpy more often
authorYuxi Zhang <YZhang@qnx.com>
Mon, 11 Jan 2010 17:28:30 +0000 (18:28 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Jan 2010 17:30:47 +0000 (18:30 +0100)
commit17822e2cab5e47d73f224a688be8013c34f990f7
treed5cf066c2ca6d0257410ff2edd6aceac6908fe80
parent033dda0eeed5b886eb862ba6e12628f2e4011324
gzip -d: use memcpy more often

* inflate.c (inflate_codes): Use memcpy (rather than slower
memcopy-like code) in more cases.
inflate.c