[BusyBox] [libbb/loop.c] error compiling with uclibc

Rob Landley rob at landley.net
Wed Aug 25 19:03:32 UTC 2004


On Sunday 22 August 2004 07:53, Aurelien Jacobs wrote:

> This is something I reported some days ago. I first tried to propose
> a PATCH, but finaly found that the bug was in uClibc-0.9.26. It is
> corrected in current uClibc CVS.
>
> In facts you simply need
> typedef __kernel_dev_t  __kernel_old_dev_t;
> in uClibc/include/bits/kernel_types.h
>
> Aurel

I believe this is only true as long as uclibc does _not_ support device 
major/minor numbers larger than 8 bits.  If it does, that typedef is wrong.

Still a uclibc problem, but us having that #ifdef in loop.c is still funky...  
(And still a post 1.0 issue...)

Rob
-- 
www.linucon.org: Linux Expo and Science Fiction Convention
October 8-10, 2004 in Austin Texas.  (I'm the con chair.)




More information about the busybox mailing list