summaryrefslogtreecommitdiff
path: root/lib/libwrap/percent_m.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libwrap/percent_m.c')
-rw-r--r--lib/libwrap/percent_m.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libwrap/percent_m.c b/lib/libwrap/percent_m.c
index 82b0b84ebb8..5c941d61744 100644
--- a/lib/libwrap/percent_m.c
+++ b/lib/libwrap/percent_m.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: percent_m.c,v 1.2 2001/11/07 18:48:48 deraadt Exp $ */
+/* $OpenBSD: percent_m.c,v 1.3 2004/05/31 10:39:08 otto Exp $ */
/*
* Replace %m by system error message.
@@ -10,7 +10,7 @@
#if 0
static char sccsid[] = "@(#) percent_m.c 1.1 94/12/28 17:42:37";
#else
-static char rcsid[] = "$OpenBSD: percent_m.c,v 1.2 2001/11/07 18:48:48 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: percent_m.c,v 1.3 2004/05/31 10:39:08 otto Exp $";
#endif
#endif
@@ -19,7 +19,6 @@ static char rcsid[] = "$OpenBSD: percent_m.c,v 1.2 2001/11/07 18:48:48 deraadt E
#include <errno.h>
#include <string.h>
-extern int errno;
#ifndef SYS_ERRLIST_DEFINED
extern char *sys_errlist[];
extern int sys_nerr;