aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-26 13:49:15 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-26 13:49:15 +0000
commitad7e1e7a3bc733a82460314f18c10caa80984fd0 (patch)
tree3dd775888d1406b818548780c8a620f98a2f4f70
parentc7ca1625c4fc47998e762163625e917d860b98ae (diff)
Notes
-rw-r--r--devel/sourcenav/files/patch-tk_unix_tkUnixPort.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/sourcenav/files/patch-tk_unix_tkUnixPort.h b/devel/sourcenav/files/patch-tk_unix_tkUnixPort.h
new file mode 100644
index 000000000000..69b24a6bf2db
--- /dev/null
+++ b/devel/sourcenav/files/patch-tk_unix_tkUnixPort.h
@@ -0,0 +1,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.