[Pkg-utopia-commits] r3221 - in /packages/unstable/networkmanager/debian: changelog patches/04-struct_termios.patch patches/05-response-buffer-filled.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Aug 17 21:34:38 UTC 2009


Author: biebl
Date: Mon Aug 17 21:34:38 2009
New Revision: 3221

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3221
Log:
Just fix our patch 04-struct_termios.patch instead of adding a new patch.

Removed:
    packages/unstable/networkmanager/debian/patches/05-response-buffer-filled.patch
Modified:
    packages/unstable/networkmanager/debian/changelog
    packages/unstable/networkmanager/debian/patches/04-struct_termios.patch

Modified: packages/unstable/networkmanager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/changelog?rev=3221&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/changelog (original)
+++ packages/unstable/networkmanager/debian/changelog Mon Aug 17 21:34:38 2009
@@ -19,11 +19,6 @@
   [ Sjoerd Simons ]
   * debian/control
     - Add libnm-util-dev to the depends of libnm-glib-dev. (Closes: #539888)
-
-  [ Simon McVittie ]
-  * debian/patches/05-response-buffer-filled.patch: new, from upstream git
-    0.7 branch. Fixes "response buffer filled before repsonse received" (sic)
-    during communication with serial modems.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 16 Aug 2009 03:00:50 +0200
 

Modified: packages/unstable/networkmanager/debian/patches/04-struct_termios.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/patches/04-struct_termios.patch?rev=3221&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/patches/04-struct_termios.patch (original)
+++ packages/unstable/networkmanager/debian/patches/04-struct_termios.patch Mon Aug 17 21:34:38 2009
@@ -42,7 +42,7 @@
  	stbuf.c_cflag |= (speed | bits | CREAD | 0 | parity | stopbits);
  
 -	if (ioctl (priv->fd, TCSETA, &stbuf) < 0) {
-+	if (tcgetattr (priv->fd, &stbuf) < 0) {
++	if (tcsetattr (priv->fd, TCSANOW, &stbuf) < 0) {
  		nm_warning ("(%s) cannot control device (errno %d)",
  		            nm_device_get_iface (NM_DEVICE (device)), errno);
  		return FALSE;




More information about the Pkg-utopia-commits mailing list