[BusyBox] logread.c and libc5

Giulio Orsero giulioo at pobox.com
Wed Mar 14 08:00:17 UTC 2001


linux-2.0.33/libc5/gcc version 2.7.2.3, latest busybox cvs

I see the socklen_t issue has been solved, thanks.

Now there are 2 more minor issues in logread.c:

1)
At line 29 I think the correct test should be
#if ! defined __GLIBC__ || ! defined __UCLIBC__
like it is in busybox.h

right now it's 
#if defined __GLIBC__ || defined __UCLIBC__

so it does not fire on libc5

2)
line  31
#error libc5 shm support isn't good enough.
the apostrophe causes trouble

/usr/cdi/busybox/logread.c:31: unterminated string or character constant

I don't know make escape rules

-- 
giulioo at pobox.com





More information about the busybox mailing list