summaryrefslogtreecommitdiff
path: root/community/java-rxtx/rxtx-2.2-fhs_lock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/java-rxtx/rxtx-2.2-fhs_lock.patch')
-rw-r--r--community/java-rxtx/rxtx-2.2-fhs_lock.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/java-rxtx/rxtx-2.2-fhs_lock.patch b/community/java-rxtx/rxtx-2.2-fhs_lock.patch
new file mode 100644
index 000000000..5ec0685c2
--- /dev/null
+++ b/community/java-rxtx/rxtx-2.2-fhs_lock.patch
@@ -0,0 +1,13 @@
+--- ./src/SerialImp.c.orig 2011-03-17 14:42:48.946047373 -0500
++++ ./src/SerialImp.c 2011-03-17 14:46:01.244904859 -0500
+@@ -5291,8 +5291,8 @@
+ *
+ */
+ int fd,j;
+- char lockinfo[12], message[80];
+- char file[80], *p;
++ char lockinfo[12], message[200];
++ char file[200], *p;
+
+ j = strlen( filename );
+ p = ( char * ) filename + j;