The upstream bugtracker contains a similar bug and a simple patch that
claims to fix the problem:

        https://bugzilla.redhat.com/show_bug.cgi?id=464760

Best Regards,
Alexander
--- NetworkManager-0.7.0.100/src/nm-serial-device.c	2009-04-04 22:37:57.000000000 +0200
+++ NetworkManager-0.7.0.100-mod/src/nm-serial-device.c	2009-04-15 13:44:05.000000000 +0200
@@ -346,7 +346,7 @@
 config_fd (NMSerialDevice *device, NMSettingSerial *setting)
 {
 	NMSerialDevicePrivate *priv = NM_SERIAL_DEVICE_GET_PRIVATE (device);
-	struct termio stbuf;
+	struct termios stbuf;
 	int speed;
 	int bits;
 	int parity;

Reply via email to