summaryrefslogtreecommitdiff
path: root/usr.bin/sup/src/errmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sup/src/errmsg.c')
-rw-r--r--usr.bin/sup/src/errmsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sup/src/errmsg.c b/usr.bin/sup/src/errmsg.c
index 52b611acefd..94a73263b8b 100644
--- a/usr.bin/sup/src/errmsg.c
+++ b/usr.bin/sup/src/errmsg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: errmsg.c,v 1.7 2001/05/04 22:16:15 millert Exp $ */
+/* $OpenBSD: errmsg.c,v 1.8 2002/02/16 21:27:54 millert Exp $ */
/*
* Copyright (c) 1991 Carnegie Mellon University
@@ -37,7 +37,7 @@
#include "supextern.h"
#ifndef HAS_STRERROR
-static char *itoa __P((char *, unsigned int));
+static char *itoa(char *, unsigned int);
static char *itoa(p, n)
char *p;