From owner-freebsd-hackers Tue Mar 13 3:34:31 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 18F5437B725 for ; Tue, 13 Mar 2001 03:34:27 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 13 Mar 2001 11:34:26 +0000 (GMT) Date: Tue, 13 Mar 2001 11:34:26 +0000 From: David Malone To: Alfred Perlstein Cc: Shankar Agarwal , bsd hackers Subject: Re: Question regarding the funcation socket()... Message-ID: <20010313113426.A44321@walton.maths.tcd.ie> References: <3AAD7114.A01DE452@net.com> <20010312171828.Q18351@fw.wintelcom.net> <3AAD79BB.F2B53814@net.com> <20010312175005.B29888@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010312175005.B29888@fw.wintelcom.net>; from bright@wintelcom.net on Mon, Mar 12, 2001 at 05:50:05PM -0800 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message