aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-12 22:42:03 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-12 22:42:03 +0000
commite28522a80911cb8a59911b9549fa10fa42eeffe9 (patch)
tree73ed3c0dc762b1cea5d004a29f32cbd91b16e319
parent61680ced25e3ffe351d4a05a05387b09d5602c11 (diff)
downloadbusybox-w32-e28522a80911cb8a59911b9549fa10fa42eeffe9.tar.gz
busybox-w32-e28522a80911cb8a59911b9549fa10fa42eeffe9.tar.bz2
busybox-w32-e28522a80911cb8a59911b9549fa10fa42eeffe9.zip
Revert duplicate patch.
I don't know why patch decided to apply this even though it was already in the tree. I thought the other hunks failed because they were totally unrelated leakage from Bernhard's tree (which they are; was the a reason for bundling them in with this fix? Do they have something to do with the GCC 2.95 fix? I suspect they prevent me from backporting this patch to 1.2.2 because the header consolidation into libbb.h hadn't been done yet, and no I'm not fixing it up: if that's the case then this patch won't be in 1.2.2 due to extraneous changes bundled with it that prevent a clean backport without rolling a new patch). git-svn-id: svn://busybox.net/trunk/busybox@16111 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/platform.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/platform.h b/include/platform.h
index fa7749b39..fdaf50920 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -83,14 +83,6 @@
83# endif 83# endif
84#endif 84#endif
85 85
86/* gcc-2.95 had no va_copy but only __va_copy. */
87#if !__GNUC_PREREQ (3,0)
88# include <stdarg.h>
89# if !defined va_copy && defined __va_copy
90# define va_copy(d,s) __va_copy((d),(s))
91# endif
92#endif
93
94/* ---- Endian Detection ------------------------------------ */ 86/* ---- Endian Detection ------------------------------------ */
95 87
96#if (defined __digital__ && defined __unix__) 88#if (defined __digital__ && defined __unix__)