diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libc/ieeefp/round/round.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/ieeefp/round/round.c b/src/regress/lib/libc/ieeefp/round/round.c index 086c4fdf10..807941ea56 100644 --- a/src/regress/lib/libc/ieeefp/round/round.c +++ b/src/regress/lib/libc/ieeefp/round/round.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: round.c,v 1.2 2001/01/29 02:05:43 niklas Exp $ */ | 1 | /* $OpenBSD: round.c,v 1.3 2003/07/31 21:48:03 deraadt Exp $ */ |
2 | /* $NetBSD: round.c,v 1.1 1995/04/26 00:27:28 jtc Exp $ */ | 2 | /* $NetBSD: round.c,v 1.1 1995/04/26 00:27:28 jtc Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -12,7 +12,7 @@ | |||
12 | #include <float.h> | 12 | #include <float.h> |
13 | 13 | ||
14 | int | 14 | int |
15 | main() | 15 | main(int argc, char *argv[]) |
16 | { | 16 | { |
17 | /* | 17 | /* |
18 | * This test would be better if it actually performed some | 18 | * This test would be better if it actually performed some |