ports/devel/libosmo-netif/files/patch-rs232.c
Jan Beich 9b82d28acc Add new port: devel/libosmo-netif
PR:		197707
Submitted by:	Nikola Kolev <koue@chaosophia.net>

Libosmo-netif is library containing common/shared code regarding
network interfaces. It's part of Osmocom project regarding open source
mobile communications.

WWW: http://git.osmocom.org/libosmo-netif/
2015-02-24 07:37:50 +00:00

11 lines
291 B
C

--- src/rs232.c.orig 2015-02-16 11:50:26.000000000 +0200
+++ src/rs232.c 2015-02-16 11:50:41.000000000 +0200
@@ -167,7 +167,7 @@ static struct baudrate2termbits {
{ 9600, B9600 },
{ 19200, B19200 },
{ 38400, B38400 },
- { 115200, B1152000 },
+ { 115200, B115200 },
{ -1, -1 },
};