summaryrefslogtreecommitdiff
path: root/src/regress
diff options
context:
space:
mode:
authordavid <>2004-12-22 00:54:39 +0000
committerdavid <>2004-12-22 00:54:39 +0000
commit114b1aac46cd445dc7c11bd8a6e5f38730542316 (patch)
tree7ddd80a614ec42360c3996dd1f2af67cb9a57486 /src/regress
parentaba9678fbc23b2f7cdd42fed4420453ff6ff0a76 (diff)
downloadopenbsd-114b1aac46cd445dc7c11bd8a6e5f38730542316.tar.gz
openbsd-114b1aac46cd445dc7c11bd8a6e5f38730542316.tar.bz2
openbsd-114b1aac46cd445dc7c11bd8a6e5f38730542316.zip
some -Wimplicit-function-declaration cleaning; ok millert@
Diffstat (limited to 'src/regress')
-rw-r--r--src/regress/lib/libc/ieeefp/except/except.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/except.c b/src/regress/lib/libc/ieeefp/except/except.c
index 8bf0c81213..22bd6809a8 100644
--- a/src/regress/lib/libc/ieeefp/except/except.c
+++ b/src/regress/lib/libc/ieeefp/except/except.c
@@ -1,5 +1,7 @@
1/* $OpenBSD: except.c,v 1.8 2004/10/10 03:06:42 mickey Exp $ */ 1/* $OpenBSD: except.c,v 1.9 2004/12/22 00:54:39 david Exp $ */
2 2
3#include <sys/types.h>
4#include <unistd.h>
3#include <stdio.h> 5#include <stdio.h>
4#include <stdlib.h> 6#include <stdlib.h>
5#include <signal.h> 7#include <signal.h>