blob: 8b9aef69fbd0ba3f04e6f5b44c10ed0733cb8b33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2005/11/10 22:25:13 joerg Exp $
--- sh.h.orig 2005-11-10 22:22:51.000000000 +0000
+++ sh.h
@@ -90,7 +90,6 @@ int strncasecmp ARGS((const char *s1, co
#define SH_VA_START(va, argn) va_start(va, argn)
#include <errno.h>
-extern int errno;
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
|