Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

18
lang/STk/patches/patch-ak Normal file
View File

@@ -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.
*/