summaryrefslogtreecommitdiff
path: root/editors/joe-devel/files/patch-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/joe-devel/files/patch-types.h')
-rw-r--r--editors/joe-devel/files/patch-types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/joe-devel/files/patch-types.h b/editors/joe-devel/files/patch-types.h
new file mode 100644
index 000000000000..5003b5424fd4
--- /dev/null
+++ b/editors/joe-devel/files/patch-types.h
@@ -0,0 +1,10 @@
+--- types.h.orig Sun Dec 23 19:26:52 2001
++++ types.h Sun Dec 23 19:27:07 2001
+@@ -163,6 +163,7 @@
+ int rdonly; /* Set for read-only */
+ int internal; /* Set for internal buffers */
+ int er; /* Error code when file was loaded */
++ int filehandle; /* File handle for locking */
+ };
+
+