summaryrefslogtreecommitdiff
path: root/net/coda/patches/patch-coda-src_vice_codaproc2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/coda/patches/patch-coda-src_vice_codaproc2.cc')
-rw-r--r--net/coda/patches/patch-coda-src_vice_codaproc2.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/coda/patches/patch-coda-src_vice_codaproc2.cc b/net/coda/patches/patch-coda-src_vice_codaproc2.cc
deleted file mode 100644
index b85b6108d31..00000000000
--- a/net/coda/patches/patch-coda-src_vice_codaproc2.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-coda-src_vice_codaproc2.cc,v 1.1 2015/01/27 15:21:52 hauke Exp $
-
-SunOS does not implicitly include <limits.h>.
-
---- coda-src/vice/codaproc2.cc.orig 2009-07-27 20:43:23.000000000 +0000
-+++ coda-src/vice/codaproc2.cc
-@@ -35,6 +35,7 @@ extern "C" {
- #endif
-
- #include <sys/types.h>
-+#include <limits.h>
- #include <sys/stat.h>
- #include <sys/time.h>
- #include <sys/file.h>