summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.13.1-dc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/busybox-1.13.1-dc.patch')
-rw-r--r--package/busybox/busybox-1.13.1-dc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/busybox/busybox-1.13.1-dc.patch b/package/busybox/busybox-1.13.1-dc.patch
deleted file mode 100644
index 120aa27d5..000000000
--- a/package/busybox/busybox-1.13.1-dc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- busybox-1.13.1/miscutils/dc.c Sun Nov 9 18:28:16 2008
-+++ busybox-1.13.1-dc/miscutils/dc.c Tue Dec 30 11:36:52 2008
-@@ -19,7 +19,9 @@
- #define pointer (G.pointer )
- #define base (G.base )
- #define stack (G.stack )
--#define INIT_G() do { } while (0)
-+#define INIT_G() do { \
-+ base = 10; \
-+} while (0)
-
-
- static void push(double a)