aboutsummaryrefslogtreecommitdiff
path: root/devel/sourcenav/files/patch-tk_unix_tkUnixPort.h
blob: 69b24a6bf2db7957e2ded6da1bd6833bba206afc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- tk/unix/tkUnixPort.h.orig	2003-02-05 10:56:26.000000000 +0000
+++ tk/unix/tkUnixPort.h
@@ -125,12 +125,6 @@
 #endif
 #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.