Module Name: src
Committed By: dholland
Date: Mon Jan 3 09:14:21 UTC 2011
Modified Files:
src/tests/lib/libc/ieeefp: t_except.c
Log Message:
remove another extraneous static
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/ieeefp/t_except.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/ieeefp/t_except.c
diff -u src/tests/lib/libc/ieeefp/t_except.c:1.3 src/tests/lib/libc/ieeefp/t_except.c:1.4
--- src/tests/lib/libc/ieeefp/t_except.c:1.3 Mon Jan 3 09:10:54 2011
+++ src/tests/lib/libc/ieeefp/t_except.c Mon Jan 3 09:14:21 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: t_except.c,v 1.3 2011/01/03 09:10:54 dholland Exp $ */
+/* $NetBSD: t_except.c,v 1.4 2011/01/03 09:14:21 dholland Exp $ */
/*-
* Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -194,7 +194,7 @@
{
struct sigaction sa;
fp_except ex1, ex2;
- static const struct ops *t;
+ const struct ops *t;
/* mask all exceptions, clear history */
fpsetmask(0);