blob: c9fbb3a9cd7a8be827e8b82df955195fb018515e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.1 2005/12/15 21:55:31 joerg Exp $
--- trio.c.orig 2005-12-15 21:49:33.000000000 +0000
+++ trio.c
@@ -536,9 +536,6 @@ typedef struct _userdef_T {
* Internal variables
*/
-#if defined(PLATFORM_UNIX)
-extern int errno;
-#endif
static const char null[] = "(nil)";
#if defined(USE_LOCALE)
|