aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1999-04-11 03:46:26 +0000
committerEivind Eklund <eivind@FreeBSD.org>1999-04-11 03:46:26 +0000
commit3f8fe2621f92c6c13dc31d6fe1db6e8d15e6bc3b (patch)
treefbc2eef7c09f8f820257dea1023170e901329aeb /sys/gnu/i386
parent4357ca882d3115af8ff455243e20bd973d321a01 (diff)
downloadsrc-3f8fe2621f92c6c13dc31d6fe1db6e8d15e6bc3b.tar.gz
src-3f8fe2621f92c6c13dc31d6fe1db6e8d15e6bc3b.zip
Staticize.
Notes
Notes: svn path=/head/; revision=45580
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 0db5288e4c1e..35eb84bc507f 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