diff options
author | Guillem Jover <guillem@hadrons.org> | 2009-10-08 13:40:13 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-10-09 15:17:53 +0200 |
commit | 76fb73ef988e6de5b8d8b235df3868cbc8147d28 (patch) | |
tree | fe9fe35ce052d273bf2b6d62a7ee355c80505743 | |
parent | feada32ffc0c48827809fe174ffb4d1cc88462c8 (diff) | |
download | util-linux-old-76fb73ef988e6de5b8d8b235df3868cbc8147d28.tar.gz |
cal: remove obsolete <localeinfo.h> include
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@hadrons.org>
-rw-r--r-- | 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 bda3a963..ec67c237 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" |