> <sys/socketvar.h> is included in some userland libraries, and struct > sonode is defined without _KERNEL or _KMEMUSER. So, if we introduce a > pollhead variable in sonode, the userland library will fail to build.
Nothing in userland other than kmem readers use `struct sonode' -- nor would it make any sense for them to do so. So I'd just put `struct sonode' under _KERNEL / _KMEMUSER. -- meem _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
