gkoehler 2719af69f9 fix -fno-common, LP64_ARCHS, HFS+ without wrapper
misc/hfsplus is old code from 2002; failed to build with -fno-common;
assumed sizeof(long) == 4, which is wrong on LP64_ARCHS; failed when
the HFS+ has no HFS wrapper.  Thaison Nguyen reported that hpmount
always gave an error.

 - Simplify Makefile by setting AUTORECONF.
 - Fix LP64_ARCHS by changing UInt32 and like types from long to int.
   Change many "%ld" to "%d" in printf()s to match.
 - Apply a patch from Gentoo to fix -fno-common.
 - Fix HFS+ with no HFS wrapper by setting vol->maxblocks.
 - In src/copyout.c, fix passing &size to int *lenptr.

ok tb@
2021-02-20 03:46:48 +00:00
..
2021-02-01 01:22:57 +00:00
2021-01-14 21:55:21 +00:00
2020-12-21 22:04:52 +00:00
2021-02-14 08:30:56 +00:00
2021-01-13 09:00:56 +00:00
2021-02-02 11:41:11 +00:00
2020-12-31 20:05:33 +00:00
2020-08-03 18:50:48 +00:00
2021-02-12 13:44:00 +00:00
2019-09-22 09:20:44 +00:00
2021-01-14 21:55:21 +00:00
2021-02-17 07:58:37 +00:00
2021-01-31 22:25:56 +00:00
2021-02-17 17:52:58 +00:00
2020-10-03 15:39:57 +00:00
2021-02-09 20:17:22 +00:00
2020-02-10 10:44:26 +00:00
2020-06-09 21:20:56 +00:00
2020-02-12 14:03:10 +00:00
2020-10-03 13:30:11 +00:00
2020-02-03 20:40:37 +00:00
2021-02-14 15:26:33 +00:00