kientzle2008-08-10 21:29:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libarchive archive_read_support_format_zip.c
Added files: (Branch: RELENG_6)
lib/libarchive archive_endian.h
Log:
SVN rev 181545 on 2008-08-10 21:29:0
kientzle2008-02-26 07:17:47 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_endian.h
archive_read_support_format_zip.c
Log:
Rename the archive_endian.h functions to avoid name clashes
with NetBSD's sys/endian.h file.
Pointe
On Fri, 4 Jan 2008, Tim Kientzle wrote:
Dag-Erling Smorgrav wrote:
...
1.1 +142 -0src/lib/libarchive/archive_endian.h (new)
1.19 +22 -57src/lib/libarchive/archive_read_support_format_zip.c
Is this really right?
+be32dec(const void *pp)
+{
+ unsigned char const *
Dag-Erling Smorgrav wrote:
des 2008-01-03 18:30:37 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read_support_format_zip.c
Added files:
lib/libarchive archive_endian.h
Log:
Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and
des 2008-01-03 18:30:37 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read_support_format_zip.c
Added files:
lib/libarchive archive_endian.h
Log:
Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it instead
of home-roll