On Mon, Jun 13, 2011 at 9:42 PM, Daniel Fandrich <[email protected]> 
wrote:
> This is a GNU extension that isn't found in other libcs.
>
> Signed-off-by: Daniel Fandrich <[email protected]>

Applied with some changes.
As other people suggested, I ifdef'ed out strverscmp in ls.c
if HAVE_STRVERSCMP is not defined.

BTW, the patch contains some strange "=" symbols:

+# undef HAVE_STRVERSCMP
 # undef HAVE_XTABS
 # undef HAVE_DPRINTF
 #endif
 =              <================???

 #if defined(__digital__) && defined(__unix__)
 # undef HAVE_STPCPY
+# undef HAVE_STRVERSCMP
 #endif
 =              <================???

 #if defined(ANDROID)
 # undef HAVE_DPRINTF
 # undef HAVE_STPCPY
 # undef HAVE_STRCHRNUL
+# undef HAVE_STRVERSCMP
 # undef HAVE_NET_ETHERNET_H
 #endif
 =              <================???

-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to