git: libz: Use off_t instead of long.

看板DFBSD_commit作者時間15年前 (2011/04/02 16:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 5a195d4b0a2de9ce5b0e876177be4aefe1644499 Author: Peter Avalos <pavalos@dragonflybsd.org> Date: Fri Apr 1 21:43:16 2011 -1000 libz: Use off_t instead of long. This problem was triggered by clamav. As the comment in zconf.h states, we'd prefer to always define Z_HAVE_UNISTD_H, but libstand has some issues with this, which is why we originally had the change to the vendor source to include <unistd.h> in gzguts.h. While we're here, there's no point in defining HAVE_MEMCPY in Makefile.stand, since it's already defined elsewhere in zconf.h. Summary of changes: contrib/zlib-1.2/gzguts.h | 1 - contrib/zlib-1.2/zconf.h | 4 +++- lib/libz/Makefile.stand | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5a195d4b0a2de9ce5b0e876177be4aefe1644499 -- DragonFly BSD source repository
文章代碼(AID): #1Dbjy7wq (DFBSD_commit)