diff options
Diffstat (limited to 'src/regress/lib/libc/ieeefp/round/round.c')
-rw-r--r-- | src/regress/lib/libc/ieeefp/round/round.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/ieeefp/round/round.c b/src/regress/lib/libc/ieeefp/round/round.c index b9fcd9771e..807941ea56 100644 --- a/src/regress/lib/libc/ieeefp/round/round.c +++ b/src/regress/lib/libc/ieeefp/round/round.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: round.c,v 1.3 2003/07/31 21:48:03 deraadt Exp $ */ | ||
1 | /* $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 $ */ |
2 | 3 | ||
3 | /* | 4 | /* |
@@ -11,7 +12,7 @@ | |||
11 | #include <float.h> | 12 | #include <float.h> |
12 | 13 | ||
13 | int | 14 | int |
14 | main() | 15 | main(int argc, char *argv[]) |
15 | { | 16 | { |
16 | /* | 17 | /* |
17 | * This test would be better if it actually performed some | 18 | * This test would be better if it actually performed some |