Re: [PATCH] maint: use consistent widths for comparison of file system constants

2014-05-21 Thread Jim Meyering
On Wed, May 21, 2014 at 6:46 PM, Pádraig Brady wrote: > * src/stat.c (human_fstype): Adjust a couple of existing constants > to be a consistent width so that the src/fs-magic-compare target > works without reporting false positives. > * cfg.mk (sc_fs-magic-compare): A new syntax check to enforce t

[PATCH] maint: use consistent widths for comparison of file system constants

2014-05-21 Thread Pádraig Brady
* src/stat.c (human_fstype): Adjust a couple of existing constants to be a consistent width so that the src/fs-magic-compare target works without reporting false positives. * cfg.mk (sc_fs-magic-compare): A new syntax check to enforce this. --- cfg.mk |9 + src/stat.c |4 ++--

[PATCH] stdbuf: support compilers other than __GNUC__

2014-05-21 Thread Pádraig Brady
__SUNPRO_C >= 0x590 /*12.0*/ supports __attribute((constructor)) required by stdbuf, so use a more direct check for this. Note ensure that --libexecdir is set to the appropriate install location for libstdbuf.so so that stdbuf works when installed on the system like it does when running tests in t