mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
16 lines
407 B
Plaintext
16 lines
407 B
Plaintext
$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>
|