svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Fri May 26 13:34:26 UTC 2006


Author: aldot
Date: 2006-05-26 06:34:25 -0700 (Fri, 26 May 2006)
New Revision: 15187

Log:
- add workaround for tar being broken since it uses a non-portable constant.


Modified:
   trunk/busybox/include/platform.h


Changeset:
Modified: trunk/busybox/include/platform.h
===================================================================
--- trunk/busybox/include/platform.h	2006-05-26 13:28:39 UTC (rev 15186)
+++ trunk/busybox/include/platform.h	2006-05-26 13:34:25 UTC (rev 15187)
@@ -197,6 +197,12 @@
 /* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */
 #define fdprintf dprintf
 
+/* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */
+/* FIXME: fix tar.c! */
+#ifndef FNM_LEADING_DIR
+#define FNM_LEADING_DIR 0
+#endif
+
 /* move to platform.c */
 #if (defined __digital__ && defined __unix__)
 /* use legacy setpgrp(pidt_,pid_t) for now..  */




More information about the busybox-cvs mailing list