summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-04-11 03:46:26 +0000
committereivind <eivind@FreeBSD.org>1999-04-11 03:46:26 +0000
commit8e8405ca82709b668001336236ff6f7a80aa145f (patch)
tree203b25179b2e57d6d9da4aee0ef1fa248912ddfb /sys/gnu/i386
parenta6f7cebb1b69be63e66d120173f9a8b4960e6986 (diff)
downloadFreeBSD-src-8e8405ca82709b668001336236ff6f7a80aa145f.zip
FreeBSD-src-8e8405ca82709b668001336236ff6f7a80aa145f.tar.gz
Staticize.
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 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
OpenPOWER on IntegriCloud