summaryrefslogtreecommitdiff
path: root/community/java-rxtx/rxtx-2.2-fhs_lock.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-02 02:12:10 -0700
committerroot <root@rshg054.dnsready.net>2013-09-02 02:12:10 -0700
commit53939c2b159d972c48fc2f3652408632c71be77b (patch)
tree90dca84534ff78fd300c057a32354115e2818714 /community/java-rxtx/rxtx-2.2-fhs_lock.patch
parentbf1faf85b813a0171c73fa31db1c5a5110d32420 (diff)
Mon Sep 2 02:09:45 PDT 2013
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;