From owner-freebsd-commit Thu Jul 27 02:45:49 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id CAA16497 for commit-outgoing; Thu, 27 Jul 1995 02:45:49 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id CAA16483 for cvs-share-outgoing; Thu, 27 Jul 1995 02:45:43 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id CAA16473 ; Thu, 27 Jul 1995 02:45:31 -0700 Date: Thu, 27 Jul 1995 02:45:31 -0700 From: Joerg Wunsch Message-Id: <199507270945.CAA16473@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/examples/lkm/misc/test Makefile testmisc.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/07/27 02:45:29 Modified: share/examples/lkm/misc/module Makefile misccall.c miscmod.c share/examples/lkm/misc/test Makefile testmisc.c Log: Make this bugger actually compile and work again: o a couple of header files have been missing o convert the LKM Makefile to use o rename the module to ``misc_mod'' (as opposed to ``miscmod''), so the module name can be made identical to the module's file name, avoiding the clash with one of the component's .o file names o modstat(1/8) has been moved meanwhile