blob: 3a2c1ca1e40ee023c056a7e2ad4ba047ee086e40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.2 2013/06/11 22:21:38 mef Exp $
date: 2005-11-11 07:25:13 +0900; author: joerg; state: Exp;
Depend on errno.h to provide errno.
--- 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>
|