Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2004 21:50:11 GMT
From:      "Slawek" <sgp@telsatgp.com.pl>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   ports/69168: Broken ltmdm port on recent -current
Message-ID:  <200407202150.i6KLoBW3008504@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/69168; it has been noted by GNATS.

From: "Slawek" <sgp@telsatgp.com.pl>
To: <freebsd-gnats-submit@FreeBSD.org>, <vladimir@math.uic.edu>
Cc:  
Subject: ports/69168: Broken ltmdm port on recent -current
Date: Tue, 20 Jul 2004 23:45:32 +0200

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0005_01C46EB3.A5326080
 Content-Type: text/plain;
 	charset="iso-8859-2"
 Content-Transfer-Encoding: 7bit
 
 Hello!
 
 Ok, I've tried to deal with that and here is the result.
 
 Place attached file as /usr/ports/comms/ltmdm/files/patch-ad and reinstall
 the port.
 
 Hope this helps
 
 -- 
 Slawek Piotrowski
 
 ------=_NextPart_000_0005_01C46EB3.A5326080
 Content-Type: application/octet-stream;
 	name="patch-ad"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="patch-ad"
 
 --- sys/dev/ltmdm/ltmdmsio.c.orig	Tue Jul 20 23:29:32 2004=0A=
 +++ sys/dev/ltmdm/ltmdmsio.c	Tue Jul 20 23:31:55 2004=0A=
 @@ -1492,7 +1492,7 @@=0A=
          disc_optim(tp, &tp->t_termios, com);=0A=
          comstop(tp, FREAD | FWRITE);=0A=
          comhardclose(com);=0A=
 -        ttyclose(tp);=0A=
 +        tty_close(tp);=0A=
      }=0A=
      vxdPortClose();=0A=
      siosettimeout();=0A=
 @@ -1733,7 +1733,7 @@=0A=
      disc_optim(tp, &tp->t_termios, com);=0A=
      comstop(tp, FREAD | FWRITE);=0A=
      comhardclose(com);=0A=
 -    ttyclose(tp);=0A=
 +    tty_close(tp);=0A=
      siosettimeout();=0A=
      splx(s);=0A=
      if (com->gone) {=0A=
 
 ------=_NextPart_000_0005_01C46EB3.A5326080--
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407202150.i6KLoBW3008504>