]> git.pld-linux.org Git - packages/gammu.git/commitdiff
- don't try to use tty speeds not defined in sparc glibc-devel
authorsaq <saq@pld-linux.org>
Fri, 18 Feb 2005 07:10:48 +0000 (07:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gammu-sparc-speeds.patch -> 1.1

gammu-sparc-speeds.patch [new file with mode: 0644]

diff --git a/gammu-sparc-speeds.patch b/gammu-sparc-speeds.patch
new file mode 100644 (file)
index 0000000..10660a0
--- /dev/null
@@ -0,0 +1,13 @@
+--- gammu-1.00.0/common/device/serial/ser_unx.c.orig   2005-02-18 07:58:19.223641376 +0100
++++ gammu-1.00.0/common/device/serial/ser_unx.c        2005-02-18 08:00:14.629097080 +0100
+@@ -249,10 +249,6 @@
+               case 1152000:   speed2 = B1152000;      break;
+               case 1500000:   speed2 = B1500000;      break;
+               case 2000000:   speed2 = B2000000;      break;
+-              case 2500000:   speed2 = B2500000;      break;
+-              case 3000000:   speed2 = B3000000;      break;
+-              case 3500000:   speed2 = B3500000;      break;
+-              case 4000000:   speed2 = B4000000;      break;  
+ #endif
+ #endif
+ #endif
This page took 0.037269 seconds and 4 git commands to generate.