Does anyone know why this small change added 43K (+23%) to the binary? 222802 2017-06-30 15:55:54 hwclock-0b2b32e* 180175 2017-06-30 16:06:12 hwclock-9c8b9fb* commit 0b2b32e8a7a6aed1e3ff1cfc3f63cf33361a67b8 diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 5433cd0..325106a 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1326,6 +1326,8 @@ int main(int argc, char **argv) }; int excl_st[ARRAY_SIZE(excl)] = UL_EXCL_STATUS_INIT; + strutils_set_exitcode(EX_USAGE); + /* Remember what time we were invoked */ gettimeofday(&startup_time, NULL); -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html