diff options
Diffstat (limited to 'lang/STk/patches/patch-ak')
-rw-r--r-- | lang/STk/patches/patch-ak | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/STk/patches/patch-ak b/lang/STk/patches/patch-ak new file mode 100644 index 00000000000..a3f4cb242e9 --- /dev/null +++ b/lang/STk/patches/patch-ak @@ -0,0 +1,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. + */ + |