> Hi, > > superd doesn't compile. > > gcc -Wall -c sendfd.c > sendfd.c: In function `sendfd': > sendfd.c:81: structure has no member named `msg_accrights' > sendfd.c:82: structure has no member named `msg_accrightslen'
This indicates it is expecting 4.3BSD-style `struct msghdr' on Hurd, which now has 4.4BSD-style `struct cmsghdr' as does Linux. Should be a simple conditional or autoconf test somewhere that needs fixed.

