projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fca7e3
)
- add workaround for tar being broken since it uses a non-portable constant.
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 26 May 2006 13:34:25 +0000
(13:34 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 26 May 2006 13:34:25 +0000
(13:34 -0000)
include/platform.h
patch
|
blob
|
history
diff --git
a/include/platform.h
b/include/platform.h
index 68cd2cc8eff901312f045fca8995bba6b08281f6..23adc7b47850fb2849e5fc503c4ff978e47fc34a 100644
(file)
--- a/
include/platform.h
+++ b/
include/platform.h
@@
-197,6
+197,12
@@
typedef unsigned long long int uintmax_t;
/* 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.. */