]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.3.2/glibc23-version-sanity.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.3.2 / glibc23-version-sanity.patch
1 --- glibc-2.3.2/sysdeps/unix/sysv/linux/dl-osinfo.h.orig        2003-11-01 14:20:45.000000000 -0500
2 +++ glibc-2.3.2/sysdeps/unix/sysv/linux/dl-osinfo.h     2003-11-01 14:21:32.000000000 -0500
3 @@ -91,7 +91,7 @@
4             version <<= 8;                                                    \
5             version |= here;                                                  \
6                                                                               \
7 -           if (*cp++ != '.')                                                 \
8 +           if (*cp++ != '.' || parts == 3)                                   \
9               /* Another part following?  */                                  \
10               break;                                                          \
11           }                                                                   \