Hey everyone, I implemented a syscall that I think addresses this issue, but I'm having trouble getting everything to build. I read SYSCALLS.README and Eric Schrock's blog on adding new syscalls, so I've got sysent.c / syscalls.h / the rest of the stuff all put in. However, when I was browsing through the code to try to figure out where to put it, the only place I saw syscalls for sockets was under common/fs/sockfs. So I went ahead and put my new syscall in socksyscalls.c. The issue here seems to be that this file never gets built and I end up with an undefined reference to sogetpid when linking the kernel. What is the terribly obvious thing I'm missing here? :)
--dho This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
