From owner-freebsd-current Wed Jan 17 8:51:25 2001 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5A0E237B400; Wed, 17 Jan 2001 08:51:04 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id RAA43088; Wed, 17 Jan 2001 17:51:00 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Alfred Perlstein Cc: Archie Cobbs , Julian Elischer , Jun Kuriyama , net@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: HEADSUP! New netgraph code coming References: <200101162138.NAA10547@curve.dellroad.org> <20010116150038.X7240@fw.wintelcom.net> <20010117084404.L7240@fw.wintelcom.net> From: Dag-Erling Smorgrav Date: 17 Jan 2001 17:50:59 +0100 In-Reply-To: Alfred Perlstein's message of "Wed, 17 Jan 2001 08:44:05 -0800" Message-ID: Lines: 18 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein writes: > Since I have no clue as to how they work, it'll have to wait until > someone who knows how it works does it or I have the time to UTSL. MODULE_VERSION(module, version); module is the name of your module. version is the integer version number of your module. MODULE_DEPEND(module, mdepend, vmin, vpref, vmax); mdpepend is the name of the module your module depends on. vmin, vpref, vmac are the minimum, maximum and preferred versions of the module your module depends on. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message