summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setjmperr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/setjmperr.c')
-rw-r--r--lib/libc/gen/setjmperr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setjmperr.c b/lib/libc/gen/setjmperr.c
index 9434c5b4e1d..cca5a3529e7 100644
--- a/lib/libc/gen/setjmperr.c
+++ b/lib/libc/gen/setjmperr.c
@@ -28,7 +28,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: setjmperr.c,v 1.3 2003/06/02 20:18:34 millert Exp $";
+static char rcsid[] = "$OpenBSD: setjmperr.c,v 1.4 2004/05/18 02:05:52 jfb Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -42,7 +42,7 @@ static char rcsid[] = "$OpenBSD: setjmperr.c,v 1.3 2003/06/02 20:18:34 millert E
#include <unistd.h>
void
-longjmperror()
+longjmperror(void)
{
#define ERRMSG "longjmp botch.\n"
(void)write(STDERR_FILENO, ERRMSG, sizeof(ERRMSG) - 1);