summaryrefslogtreecommitdiff
path: root/openembedded/packages/ipkg/files/uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/ipkg/files/uclibc.patch')
-rw-r--r--openembedded/packages/ipkg/files/uclibc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/openembedded/packages/ipkg/files/uclibc.patch b/openembedded/packages/ipkg/files/uclibc.patch
deleted file mode 100644
index d0d3a3ff7..000000000
--- a/openembedded/packages/ipkg/files/uclibc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: C/libbb/libbb.h
-===================================================================
---- C.orig/libbb/libbb.h 2003-02-24 10:31:52.000000000 -0500
-+++ C/libbb/libbb.h 2005-01-20 03:07:10.031420944 -0500
-@@ -340,7 +340,7 @@
- #define CONSOLE_DEV "/dev/console"
-
- /* Cope with mmu-less systems somewhat gracefully */
--#if defined(__UCLIBC__) && !defined(__UCLIBC_HAS_MMU__)
-+#if defined(__UCLIBC__) && !defined(__ARCH_HAS_MMU__)
- #define fork vfork
- #endif
-