matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / glibc / glibc-2.3.2 / glibc23-version-sanity.patch
blob39d72de726a9eebeea49fdf14b224bbd795260b0
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; \
7 - if (*cp++ != '.') \
8 + if (*cp++ != '.' || parts == 3) \
9 /* Another part following? */ \
10 break; \
11 } \