summaryrefslogtreecommitdiff
path: root/graphics/cqcam/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cqcam/patches/patch-ab')
-rw-r--r--graphics/cqcam/patches/patch-ab18
1 files changed, 13 insertions, 5 deletions
diff --git a/graphics/cqcam/patches/patch-ab b/graphics/cqcam/patches/patch-ab
index 07e2c52f844..a78f64ca4f5 100644
--- a/graphics/cqcam/patches/patch-ab
+++ b/graphics/cqcam/patches/patch-ab
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.3 2001/01/07 04:05:03 thorpej Exp $
+$NetBSD: patch-ab,v 1.4 2004/07/10 22:18:23 wiz Exp $
---- port.C.orig Mon Oct 27 09:29:35 1997
-+++ port.C Sat Jan 6 19:52:36 2001
-@@ -30,6 +30,10 @@
+--- port.C.orig 1997-10-27 18:29:35.000000000 +0100
++++ port.C
+@@ -10,6 +10,7 @@
+
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <errno.h>
+ #include "config.h"
+
+@@ -30,6 +31,10 @@
#endif
#elif defined(FREEBSD)
#include <machine/cpufunc.h>
@@ -13,7 +21,7 @@ $NetBSD: patch-ab,v 1.3 2001/01/07 04:05:03 thorpej Exp $
#elif defined(BSDI)
#include <machine/inline.h>
#elif defined(LYNX)
-@@ -62,6 +66,20 @@
+@@ -62,6 +67,20 @@ port_t::port_t(int iport) {
perror("fopen /dev/io");
return;
}