summaryrefslogtreecommitdiff
path: root/lang/open-cobol-devel/files/patch-fileio.h
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-06 13:09:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-06 13:09:46 +0000
commit828b2e2e855e7774d59497fa92db02e8265f2ee3 (patch)
tree4dc2f4f6bbe5b3b497ea209b29cc0a5f98beefee /lang/open-cobol-devel/files/patch-fileio.h
parentMing with Japanese charachter enhancement. (diff)
add open-cobol 0.9.7
An open-source COBOL compiler
Notes
Notes: svn path=/head/; revision=64104
Diffstat (limited to 'lang/open-cobol-devel/files/patch-fileio.h')
-rw-r--r--lang/open-cobol-devel/files/patch-fileio.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/open-cobol-devel/files/patch-fileio.h b/lang/open-cobol-devel/files/patch-fileio.h
new file mode 100644
index 000000000000..fd46730f0058
--- /dev/null
+++ b/lang/open-cobol-devel/files/patch-fileio.h
@@ -0,0 +1,11 @@
+--- libcob/fileio.h.orig Tue Aug 6 15:19:11 2002
++++ libcob/fileio.h Tue Aug 6 15:19:18 2002
+@@ -21,7 +21,7 @@
+ #define COB_FILEIO_H
+
+ #include <stdio.h>
+-#include <db.h>
++#include <db4/db.h>
+ #include <libcob/common.h>
+
+ #define COB_EQ 1 /* x == y */