Skip site navigation (1)Skip section navigation (2)
Date:      17 Jan 2001 17:50:59 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Alfred Perlstein <bright@wintelcom.net>
Cc:        Archie Cobbs <archie@dellroad.org>, Julian Elischer <julian@elischer.org>, Jun Kuriyama <kuriyama@imgsrc.co.jp>, net@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: HEADSUP! New netgraph code coming
Message-ID:  <xzppuhmgm18.fsf@flood.ping.uio.no>
In-Reply-To: Alfred Perlstein's message of "Wed, 17 Jan 2001 08:44:05 -0800"
References:  <xzpae8rjqzt.fsf@flood.ping.uio.no> <200101162138.NAA10547@curve.dellroad.org> <20010116150038.X7240@fw.wintelcom.net> <xzp1yu2wehu.fsf@flood.ping.uio.no> <20010117084404.L7240@fw.wintelcom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Alfred Perlstein <bright@wintelcom.net> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzppuhmgm18.fsf>