From c37e7feb99eeac77aa76f6347e3025858037c16a Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 25 Dec 1995 07:19:32 +0000 Subject: Updated lkm examples to work with prototype-related changes to the MOD_MISC() and DISPATCH() macros. Renamed new_syscall module as new_syscall_mod. It seems to be standard to have module names ending with _mod, and this may be forced when MOD_SYSCALL() and MOD_VFS() are updated to match MOD_MISC(). Cleaned up lkm examples a little. --- share/examples/lkm/misc/test/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'share/examples/lkm/misc/test/Makefile') diff --git a/share/examples/lkm/misc/test/Makefile b/share/examples/lkm/misc/test/Makefile index 61bbf37..4ea3a98 100644 --- a/share/examples/lkm/misc/test/Makefile +++ b/share/examples/lkm/misc/test/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id$ +# $Id: Makefile,v 1.2 1995/07/27 09:45:26 joerg Exp $ # PROG= testmisc NOMAN= @@ -63,7 +63,3 @@ unload: ${MODSTAT} -n misc_mod .include - -# -# EOF -- This file has not been truncated. -# -- cgit v1.1