On Tue 12 Jul 2016 09:48, Daniel Llorens <daniel.llor...@bluewin.ch> writes:
> @@ -175,19 +175,19 @@ dnl investigation of problems with "64" system and > library calls on > dnl Darwin (MacOS X). The libguile code (_scm.h) assumes that if a > dnl system has stat64, it will have all the other 64 APIs too; but on > dnl Darwin, stat64 is there but other APIs are missing. > -dnl > +dnl > dnl It also appears, from the Darwin docs, that most system call APIs > dnl there (i.e. the traditional ones _without_ "64" in their names) have > dnl been 64-bit-capable for a long time now, so it isn't necessary to > dnl use "64" versions anyway. For example, Darwin's off_t is 64-bit. Can you please fix your editor to not strip whitespace in unrelated parts of patches, and revisit this patch set to remove unrelated whitespace changes? Thanks. I know it's irritating to you but it's also irritating to me :) Andy