diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-19 22:41:41 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-19 22:41:41 +0000 |
commit | 17a2ab74d6b185f6985a640bc9375f06f9690da5 (patch) | |
tree | 632a59e24fe0854d95847bd9ee48414aa7b5820f /coreutils/cal.c | |
parent | 5a2d7dd90504573b3b9b6b3f2a0c476210299f56 (diff) | |
download | busybox-w32-17a2ab74d6b185f6985a640bc9375f06f9690da5.tar.gz busybox-w32-17a2ab74d6b185f6985a640bc9375f06f9690da5.tar.bz2 busybox-w32-17a2ab74d6b185f6985a640bc9375f06f9690da5.zip |
rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function.
git-svn-id: svn://busybox.net/trunk/busybox@14131 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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> |