Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/ieeefp remove another extraneous static
details: https://anonhg.NetBSD.org/src/rev/8e08dd1f0837
branches: trunk
changeset: 760348:8e08dd1f0837
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Jan 03 09:14:21 2011 +0000
description:
remove another extraneous static
diffstat:
tests/lib/libc/ieeefp/t_except.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e69c668af8fe -r 8e08dd1f0837 tests/lib/libc/ieeefp/t_except.c
--- a/tests/lib/libc/ieeefp/t_except.c Mon Jan 03 09:10:54 2011 +0000
+++ b/tests/lib/libc/ieeefp/t_except.c Mon Jan 03 09:14:21 2011 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index