DragonFly BSD
DragonFly commits List (threaded) for 2011-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libz: Use off_t instead of long.


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Apr 2011 01:03:52 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]