diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-11-15 15:33:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-11-15 15:33:52 +0000 |
| commit | c25ded316f44aa834f190a6c5b7717dfc93cea7b (patch) | |
| tree | 93d71c7f90664b9259a39b6ff811ffec111349d7 /sys/gnu/i386 | |
| parent | a0f25b5561774fe721e8b6eb59eac0bba8e438ff (diff) | |
Notes
Diffstat (limited to 'sys/gnu/i386')
| -rw-r--r-- | sys/gnu/i386/fpemul/fpu_entry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_entry.c b/sys/gnu/i386/fpemul/fpu_entry.c index 51288653b806..8482c2a5ad61 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: |
