Kay Sievers
2004-Feb-11 14:02 UTC
[klibc] udev database is incompatible (klibc libc and mode_t)
Hi, it seems that klibc's mod_t is only unsigned short and libc is unsigned int. So our db format is incompatible between udev's compiled with different c-lib's. What is the right fix for this? I found it cause my db was created with libc-udev and klibc-udev was unable to insert records in the database. thanks, Kay
Greg KH
2004-Feb-11 14:08 UTC
[klibc] Re: udev database is incompatible (klibc libc and mode_t)
On Wed, Feb 11, 2004 at 11:02:17PM +0100, Kay Sievers wrote:> Hi, > it seems that klibc's mod_t is only unsigned short and libc > is unsigned int. So our db format is incompatible between udev's > compiled with different c-lib's. > > What is the right fix for this?Ick. We might as well store this as a unsigned int then to make sure we work with both libcs. thanks, greg k-h