$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 -extern int errno; #ifdef HAVE_FCNTL_H # include