summaryrefslogtreecommitdiff
path: root/graphics/cnxtview/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cnxtview/patches/patch-aa')
-rw-r--r--graphics/cnxtview/patches/patch-aa26
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/cnxtview/patches/patch-aa b/graphics/cnxtview/patches/patch-aa
new file mode 100644
index 00000000000..5c52b6acbd4
--- /dev/null
+++ b/graphics/cnxtview/patches/patch-aa
@@ -0,0 +1,26 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/03/07 08:13:56 hamajima Exp $
+
+--- cnxtshot.c.orig 2004-01-14 02:16:20.000000000 +0900
++++ cnxtshot.c 2004-03-07 08:21:38.000000000 +0900
+@@ -61,7 +61,7 @@
+ {
+ int i;
+ int ret;
+- int fd = NULL, efd = NULL;
++ int fd = 0, efd = 0;
+
+ /* check option */
+ if (argc == 1) {
+--- cnxtview.c.orig 2004-01-14 02:20:15.000000000 +0900
++++ cnxtview.c 2004-03-07 08:22:03.000000000 +0900
+@@ -78,8 +78,8 @@
+ int i;
+ int ret;
+
+- fd = NULL;
+- efd = NULL;
++ fd = 0;
++ efd = 0;
+
+ gtk_init(&argc, &argv);
+ gdk_imlib_init();