[comp.protocols.tcp-ip] Updated SLIP for Unix System V/386 R4.0

sudji@indo.intel.com (Sudji Husodo) (03/20/91)

An updated version of the SLIP driver for Unix System V/386 R4.0
is now available in iabi.intel.com (128.215.19.51) in pub/slip.
The update was placed at noon on the March 15, 1991.

The previous version has a memory leak problem in the SLIP driver
(driver/io/slip.c) which is fixed by adding a call to freemsg as shown
in the following context diff output.


*** slip.c	Tue Mar 14 09:39:08 1991
--- slip.old	Tue Feb 25 09:42:09 1991
***************
*** 758,764 ****
  		STRLOG (SLIPM_ID,1,0,SL_TRACE,"slip_dl_cmd: DL_UNITDATA_REQ");
  		if (p_slip->state == DL_IDLE) {
  			STRLOG (SLIPM_ID,2,0,SL_TRACE,"slip_dl_cmd: putq (%x, %x)", q, mp);
- 			freemsg (response);
  			putq (q, mp);
  			return;
  		}
--- 758,763 ----


I apologize for the delay on this posting.

Sudji Husodo (sudji@indo.intel.com)

JCALVO%ANDESCOL@CUNYVM.CUNY.EDU (Jorge Mario Calvo) (03/21/91)

Hola Hugo :

Le cuento que ya traje el slip.tar.Z y lo tengo en mi codigo del U 6000
bajo el directorio src, pero tengo el problema que no compila por que faltan
algunos encabezados del sistema.

Tambien me lo lleve para la pegasus que es tambien System V y SUN es el pro-
pietario de SLIP y tampo compila.

Atte

Jorge Mario

tester@cmcl2.nyu.edu (L Testerville) (03/21/91)

JCALVO%ANDESCOL@CUNYVM.CUNY.EDU (Jorge Mario Calvo) writes:
>Hola Hugo :
>Le cuento que ya traje el slip.tar.Z y lo tengo en mi codigo del U 6000
>bajo el directorio src, pero tengo el problema que no compila por que faltan
>algunos encabezados del sistema.
>Tambien me lo lleve para la pegasus que es tambien System V y SUN es el pro-
>pietario de SLIP y tampo compila.
>Atte
>Jorge Mario

Hmmm, is this a joke or maybe part of the problemo?