The fact that the system does not have <langinfo.h> does not imply that it has <localeinfo.h> (which is an ancient header from Linux libc4). Signed-off-by: Guillem Jover <guillem@xxxxxxxxxxx> --- misc-utils/cal.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/misc-utils/cal.c b/misc-utils/cal.c index bda3a96..ec67c23 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -139,8 +139,6 @@ char *Hrow; /* pointer to highlighted row in month */ #ifdef HAVE_LANGINFO_H # include <langinfo.h> -#else -# include <localeinfo.h> /* libc4 only */ #endif #include "widechar.h" -- 1.6.4.3 -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html