svn commit: trunk/busybox/coreutils

vapier at busybox.net vapier at busybox.net
Sun Feb 19 22:41:43 UTC 2006


Author: vapier
Date: 2006-02-19 14:41:41 -0800 (Sun, 19 Feb 2006)
New Revision: 14131

Log:
rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function.


Modified:
   trunk/busybox/coreutils/cal.c


Changeset:
Modified: trunk/busybox/coreutils/cal.c
===================================================================
--- trunk/busybox/coreutils/cal.c	2006-02-19 10:42:00 UTC (rev 14130)
+++ trunk/busybox/coreutils/cal.c	2006-02-19 22:41:41 UTC (rev 14131)
@@ -31,7 +31,6 @@
 
 #include <sys/types.h>
 #include <ctype.h>
-#include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>




More information about the busybox-cvs mailing list