summaryrefslogtreecommitdiff
path: root/usr.sbin/amd/include
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2004-05-31 10:39:09 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2004-05-31 10:39:09 +0000
commitfaffe173c7ae330b27732ca87eb6a99fa6c91a66 (patch)
treea0f95d27e4c4241939882eb82f49f26b451209a4 /usr.sbin/amd/include
parentdc90cdfc8c0fb241b151d8f2bb07f6c07170787f (diff)
Remove redundant errno declaration. ok deraadt@
Diffstat (limited to 'usr.sbin/amd/include')
-rw-r--r--usr.sbin/amd/include/config.h3
1 files changed, 1 insertions, 2 deletions
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))