diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 22:41:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 22:41:41 +0000 |
commit | 4b33f7aa413551f8c0cd024e449357fc14203803 (patch) | |
tree | 632a59e24fe0854d95847bd9ee48414aa7b5820f /coreutils/cal.c | |
parent | 611e085c20be9161027de66d982a0da5d1e1955f (diff) | |
download | busybox-w32-4b33f7aa413551f8c0cd024e449357fc14203803.tar.gz busybox-w32-4b33f7aa413551f8c0cd024e449357fc14203803.tar.bz2 busybox-w32-4b33f7aa413551f8c0cd024e449357fc14203803.zip |
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/cal.c')
-rw-r--r-- | coreutils/cal.c | 1 |
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 @@ | |||
31 | 31 | ||
32 | #include <sys/types.h> | 32 | #include <sys/types.h> |
33 | #include <ctype.h> | 33 | #include <ctype.h> |
34 | #include <err.h> | ||
35 | #include <stdio.h> | 34 | #include <stdio.h> |
36 | #include <stdlib.h> | 35 | #include <stdlib.h> |
37 | #include <string.h> | 36 | #include <string.h> |