diff options
Diffstat (limited to 'src/regress/lib/libc/cephes')
-rw-r--r-- | src/regress/lib/libc/cephes/ieetst.c | 3 | ||||
-rw-r--r-- | src/regress/lib/libc/cephes/mconf.h | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/regress/lib/libc/cephes/ieetst.c b/src/regress/lib/libc/cephes/ieetst.c index 41dfd6a96e..974fb65c13 100644 --- a/src/regress/lib/libc/cephes/ieetst.c +++ b/src/regress/lib/libc/cephes/ieetst.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ieetst.c,v 1.2 2011/07/03 13:39:07 martynas Exp $ */ | 1 | /* $OpenBSD: ieetst.c,v 1.3 2017/07/27 15:08:37 bluhm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> | 4 | * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
@@ -94,6 +94,7 @@ static int etrflag; | |||
94 | void chkit(), printerr(), mnrand(), etrand(), shownoncrit(); | 94 | void chkit(), printerr(), mnrand(), etrand(), shownoncrit(); |
95 | void chkid(), pvec(); | 95 | void chkid(), pvec(); |
96 | 96 | ||
97 | int | ||
97 | main() | 98 | main() |
98 | { | 99 | { |
99 | int i, iprec, retval = 0; | 100 | int i, iprec, retval = 0; |
diff --git a/src/regress/lib/libc/cephes/mconf.h b/src/regress/lib/libc/cephes/mconf.h index 7527193e2a..410849c355 100644 --- a/src/regress/lib/libc/cephes/mconf.h +++ b/src/regress/lib/libc/cephes/mconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mconf.h,v 1.2 2014/07/21 01:51:11 guenther Exp $ */ | 1 | /* $OpenBSD: mconf.h,v 1.3 2017/07/27 15:08:37 bluhm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> | 4 | * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
@@ -185,3 +185,5 @@ int mtherr(); | |||
185 | 185 | ||
186 | /* Variable for error reporting. See mtherr.c. */ | 186 | /* Variable for error reporting. See mtherr.c. */ |
187 | extern int merror; | 187 | extern int merror; |
188 | |||
189 | int drand(double *); | ||