From owner-cvs-all Wed Jun 21 18: 7:29 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 6AB2437C0A9; Wed, 21 Jun 2000 18:07:15 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp (helo=localhost) by relay.butya.kz with local-esmtp (Exim 3.13 #1) id 134vSX-000M1I-00; Thu, 22 Jun 2000 08:07:09 +0700 Date: Thu, 22 Jun 2000 08:07:09 +0700 (ALMST) From: Boris Popov To: "Jonathan M. Bresler" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/kldstat kldstat.8 kldstat.c In-Reply-To: <200006201904.MAA95188@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Jun 2000, Jonathan M. Bresler wrote: > jmb 2000/06/20 12:04:23 PDT > > Modified files: > sbin/kldstat kldstat.8 kldstat.c > Log: > display version number of each kld module when using > the -v flag. Actually, 'version' field in the module_stat structure is not a module version, but a version of this structure which is, in turn is a sizeof(struct module_stat) and equal to 0x30 at the moment. -- Boris Popov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message