From owner-freebsd-hackers Thu Oct 9 03:10:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA21848 for hackers-outgoing; Thu, 9 Oct 1997 03:10:14 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA21842 for ; Thu, 9 Oct 1997 03:10:10 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id DAA14817; Thu, 9 Oct 1997 03:00:22 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd014815; Thu Oct 9 10:00:13 1997 Date: Thu, 9 Oct 1997 02:59:04 -0700 (PDT) From: Julian Elischer To: mdean cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Cannot find definition of cdevsw_add() in source tree. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk it's in kern/kern_conf.c it's defined by using a macro. so it doesn't show up immediatly.. julian On Wed, 8 Oct 1997, mdean wrote: > > Where is cdevsw_add() defined, I have searched all .c and .h files in the > source tree, but can only find a prototype. > > >