From c36858e72efeb909ceea98989d22d5326ea3b75f Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 29 Oct 1996 08:00:59 +0000 Subject: -Wall happiness (strerror prototype) --- sys/lib/libsa/saerrno.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/lib/libsa/saerrno.h') diff --git a/sys/lib/libsa/saerrno.h b/sys/lib/libsa/saerrno.h index 82e584f1aaf..ef1dfe6ce79 100644 --- a/sys/lib/libsa/saerrno.h +++ b/sys/lib/libsa/saerrno.h @@ -1,4 +1,4 @@ -/* $OpenBSD: saerrno.h,v 1.3 1996/09/23 14:19:03 mickey Exp $ */ +/* $OpenBSD: saerrno.h,v 1.4 1996/10/29 08:00:58 mickey Exp $ */ /* $NetBSD: saerrno.h,v 1.6 1995/09/18 21:19:45 pk Exp $ */ /* @@ -54,3 +54,5 @@ extern int errno; #define EECC (ELAST+11) /* uncorrectable ecc error */ #define EHER (ELAST+12) /* hard error */ #define ESALAST (ELAST+12) /* */ + +char *strerror __P((int err)); -- cgit v1.2.3