From owner-cvs-all Fri Oct 9 16:06:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14389 for cvs-all-outgoing; Fri, 9 Oct 1998 16:06:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14361; Fri, 9 Oct 1998 16:05:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA06150; Fri, 9 Oct 1998 16:05:45 -0700 (PDT) Date: Fri, 9 Oct 1998 16:05:45 -0700 (PDT) Message-Id: <199810092305.QAA06150@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys module.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/10/09 16:05:45 PDT Modified files: sys/sys module.h Log: A hook for storing the origin of a module, this is important when it's being registered in sorted sysinit sequence and not in load order. Revision Changes Path 1.4 +6 -4 src/sys/sys/module.h