I was quite pleased with how smoothly this went - and no more kernel
panics on shutdown.   I had to comment out #TCPWRAPDIR=/usr
as before, and I found a compile-time problem in sys/solaris/{tpi,dlpi}.c
around the (unused) definition of ffs:

28: grep ffs /usr/include/string.h /usr/include/sys/systm.h
/usr/include/string.h:extern int ffs(int);
/usr/include/sys/systm.h:int ffs(long);

which I resolved by commenting out #include <string.h> in {tpi,dlpi}.c

We'll see whether my (family member) users notice any difference.

Reply via email to