On Mon, Mar 12, 2001 at 05:50:05PM -0800, Alfred Perlstein wrote:
> Can you explain _why_ this isn't working, like an error message, maybe?
It doesn't work 'cos the socket library call is not written in C,
so grepping/cscoping won't find it. It is generated from socket.S,
which seems to be produced by a line in src/lib/libc/sys/Makefile.inc
which does:
printf '#include "SYS.h"\nRSYSCALL(${.PREFIX})\n' > ${.TARGET}
That make file includes various other makefiles which produce the
list of syscalls which should be compiled into the library.
David.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message