blob: e2cf1e4bf9cedd6bce9986a3236a47e41ffb4a10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bg,v 1.1 2005/12/14 13:53:24 joerg Exp $
--- tcl/tclGlob.c.orig 2005-12-13 16:51:11.000000000 +0000
+++ tcl/tclGlob.c
@@ -40,8 +40,6 @@ static char rcsid[] = "$Header: /home/ag
* grows dynamically to be as big as needed.
*/
-extern int errno;
-
typedef struct {
char *result; /* Pointer to result area. */
int totalSpace; /* Total number of characters allocated
|