From 51ad68ca2dc312183239c0c5b885cbd8b08ca376 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 15 Nov 1998 15:33:52 +0000 Subject: Finished updating module event handlers to be compatible with modeventhand_t. --- sys/gnu/i386/fpemul/fpu_entry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/gnu/i386') diff --git a/sys/gnu/i386/fpemul/fpu_entry.c b/sys/gnu/i386/fpemul/fpu_entry.c index 5128865..8482c2a 100644 --- a/sys/gnu/i386/fpemul/fpu_entry.c +++ b/sys/gnu/i386/fpemul/fpu_entry.c @@ -55,7 +55,7 @@ * * W. Metzenthen June 1994. * - * $Id: fpu_entry.c,v 1.16 1998/10/18 04:36:58 peter Exp $ + * $Id: fpu_entry.c,v 1.17 1998/10/18 07:44:33 peter Exp $ * */ @@ -516,7 +516,7 @@ gnufpu_mod(struct lkm_table *lkmtp, int cmd, int ver) #else /* !LKM */ static int -gnufpu_modevent(module_t mod, modeventtype_t type, void *unused) +gnufpu_modevent(module_t mod, int type, void *unused) { switch (type) { case MOD_LOAD: -- cgit v1.1