--- getopt/trunk/util-linux-compat.h 2014/11/20 12:05:38 363 +++ getopt/tags/VERSION_1_1_6/util-linux-compat.h 2014/11/24 13:46:48 381 @@ -17,4 +17,6 @@ #define UTIL_LINUX_VERSION _("%s (enhanced) %s\n"), program_invocation_short_name, program_version +#define warnx(dummy,message) fprintf(stderr, "%s: %s\n", program_invocation_short_name, message); + #endif /* UTIL_LINUX_C_H */