[sjinn] Forgot to add sjinn-optarg-r-fix.patch...

John W. Linville linville at fedoraproject.org
Tue Jun 21 21:03:42 UTC 2011


commit 2594cfa41b23560ff67526b1161636d456feeb30
Author: John W. Linville <linville at tuxdriver.com>
Date:   Tue Jun 21 17:01:58 2011 -0400

    Forgot to add sjinn-optarg-r-fix.patch...

 sjinn-optarg-r-fix.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/sjinn-optarg-r-fix.patch b/sjinn-optarg-r-fix.patch
new file mode 100644
index 0000000..fabc19f
--- /dev/null
+++ b/sjinn-optarg-r-fix.patch
@@ -0,0 +1,12 @@
+diff -up sjinn/rs232opts.c.orig sjinn/rs232opts.c
+--- sjinn/rs232opts.c.orig	2011-06-21 15:56:40.172943276 -0400
++++ sjinn/rs232opts.c	2011-06-21 15:56:59.996695444 -0400
+@@ -167,7 +167,7 @@ main (int argc, char **argv)
+ 	     { NULL,	   no_argument,       NULL,  0  }
+ 	};
+ 
+-	c = getopt_long (argc, argv, "hVd:b:p:mns:r::w:",
++	c = getopt_long (argc, argv, "hVd:b:p:mns:r:w:",
+ 			 long_options, &option_index);
+ 	
+ 	if (c == -1)


More information about the scm-commits mailing list