From 8e8405ca82709b668001336236ff6f7a80aa145f Mon Sep 17 00:00:00 2001 From: eivind Date: Sun, 11 Apr 1999 03:46:26 +0000 Subject: Staticize. --- 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 0db5288..35eb84b 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.18 1998/11/15 15:33:50 bde Exp $ + * $Id: fpu_entry.c,v 1.19 1999/01/17 20:28:12 peter Exp $ * */ @@ -511,7 +511,7 @@ gnufpu_modevent(module_t mod, int type, void *unused) return 0; } -moduledata_t gnufpumod = { +static moduledata_t gnufpumod = { "gnufpu", gnufpu_modevent, 0 -- cgit v1.1