]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ipkg/files/uclibc.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ipkg / files / uclibc.patch
1 Index: C/libbb/libbb.h
2 ===================================================================
3 --- C.orig/libbb/libbb.h        2003-02-24 10:31:52.000000000 -0500
4 +++ C/libbb/libbb.h     2005-01-20 03:07:10.031420944 -0500
5 @@ -340,7 +340,7 @@
6  #define CONSOLE_DEV "/dev/console"
7  
8  /* Cope with mmu-less systems somewhat gracefully */
9 -#if defined(__UCLIBC__) && !defined(__UCLIBC_HAS_MMU__)
10 +#if defined(__UCLIBC__) && !defined(__ARCH_HAS_MMU__)
11  #define fork   vfork
12  #endif
13