mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
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/
11 lines
291 B
C
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 },
|
|
};
|
|
|