--- getopt/trunk/util-linux-compat.h 2014/11/20 12:05:38 363 +++ getopt/trunk/util-linux-compat.h 2014/11/20 19:09:47 364 @@ -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 */