summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libwrap/percent_m.c5
-rw-r--r--usr.sbin/amd/include/config.h3
-rw-r--r--usr.sbin/timed/timedc/timedc.h3
3 files changed, 4 insertions, 7 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;
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h
index 26716996ff1..4fdd7ab5a73 100644
--- a/usr.sbin/amd/include/config.h
+++ b/usr.sbin/amd/include/config.h
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)config.h 8.1 (Berkeley) 6/6/93
- * $Id: config.h,v 1.5 2003/06/02 23:36:52 millert Exp $
+ * $Id: config.h,v 1.6 2004/05/31 10:38:20 otto Exp $
*/
#ifdef __GNUC__
@@ -50,7 +50,6 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/errno.h>
-extern int errno;
#include <sys/time.h>
#define clocktime() (clock_valid ? clock_valid : time(&clock_valid))
diff --git a/usr.sbin/timed/timedc/timedc.h b/usr.sbin/timed/timedc/timedc.h
index 690fc38710f..9e121b887ac 100644
--- a/usr.sbin/timed/timedc/timedc.h
+++ b/usr.sbin/timed/timedc/timedc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: timedc.h,v 1.5 2003/06/26 21:36:40 deraadt Exp $ */
+/* $OpenBSD: timedc.h,v 1.6 2004/05/31 10:38:20 otto Exp $ */
/*-
* Copyright (c) 1985, 1993 The Regents of the University of California.
@@ -44,7 +44,6 @@
#include <netdb.h>
#include <stdio.h>
-extern int errno;
#define ON 1
#define OFF 0