These lines (isolated) from [1] look really strange to me...

...
+#if defined(__UCLIBC__) && UCLIBC_VERSION < KERNEL_VERSION(0, 9, 30)
...
+#if defined(__UCLIBC__) && UCLIBC_VERSION < KERNEL_VERSION(0, 9, 32)
...

I can understand you want to use that existing define, but reading
them... strange.
Rename the define to VERSION_CHECK() and use it for kernel and uClibc versions?

- Sedat -

[1] 
http://git.busybox.net/busybox/commit/?id=445e7543e80d629173d96a77fbfe228fe795cb88
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to