blob: a3f4cb242e92c0518289e4d7fe07a9421654db28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ak,v 1.1 2006/01/11 17:43:34 joerg Exp $
--- Tk/unix/tkUnixPort.h.orig 2006-01-11 17:12:28.000000000 +0000
+++ Tk/unix/tkUnixPort.h
@@ -120,13 +120,6 @@
#define MASK_SIZE howmany(FD_SETSIZE, NFDBITS)
/*
- * Not all systems declare the errno variable in errno.h. so this
- * file does it explicitly.
- */
-
-extern int errno;
-
-/*
* Define "NBBY" (number of bits per byte) if it's not already defined.
*/
|