aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-19 22:41:41 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-19 22:41:41 +0000
commit4b33f7aa413551f8c0cd024e449357fc14203803 (patch)
tree632a59e24fe0854d95847bd9ee48414aa7b5820f /coreutils
parent611e085c20be9161027de66d982a0da5d1e1955f (diff)
downloadbusybox-4b33f7aa413551f8c0cd024e449357fc14203803.tar.gz
rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function.
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/cal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/cal.c b/coreutils/cal.c
index 7d39a77ad..d9456ed9e 100644
--- a/coreutils/cal.c
+++ b/coreutils/cal.c
@@ -31,7 +31,6 @@
#include <sys/types.h>
#include <ctype.h>
-#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>