summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-14 20:21:58 +0000
committerbde <bde@FreeBSD.org>1995-12-14 20:21:58 +0000
commit2141527fc798c021b7f0cc65339fbb6f9eef475d (patch)
treefe2eab94eb9de768207fec787f18b8f3a49569d6 /sys/gnu/i386
parenta8e8429b6c1bf8b8deb6a5fd9c74589e6ab6b4ac (diff)
downloadFreeBSD-src-2141527fc798c021b7f0cc65339fbb6f9eef475d.zip
FreeBSD-src-2141527fc798c021b7f0cc65339fbb6f9eef475d.tar.gz
Fixed the type of some sysinit functions.
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/fpemul/fpu_entry.c4
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 d00a6de..9c82eea 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");
OpenPOWER on IntegriCloud