diff options
author | Bruce Evans <bde@FreeBSD.org> | 1995-12-14 20:21:58 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-14 20:21:58 +0000 |
commit | 7cbb44a1d9c5e8792f5ee74f25259e874a0b4b32 (patch) | |
tree | fe2eab94eb9de768207fec787f18b8f3a49569d6 /sys/gnu/i386/fpemul | |
parent | d9ed07695e5080a2e63572e296468f20ef01c9db (diff) |
Notes
Diffstat (limited to 'sys/gnu/i386/fpemul')
-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 d00a6de322f04..9c82eea13fa22 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.6 1995/05/30 07:57:45 rgrimes Exp $ + * $Id: fpu_entry.c,v 1.7 1995/12/14 08:21:17 phk Exp $ * */ @@ -520,7 +520,7 @@ gnufpu(struct lkm_table *lkmtp, int cmd, int ver) #else /* !LKM */ static void -gnufpu_init(void) +gnufpu_init(void *unused) { if (pmath_emulate) printf("Another Math emulator already present\n"); |