Commits

Eric Andersen committed c59716ff4c2
Joel Coltoff <joel@wmi.com> noticed that following a recent change in uClibc that changed opening the /dev/log socket as SOCK_STREAM to SOCK_DGRAM, busybox syslogd no longer worked since it needed a matching change. This fixes it so it works once again.