Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 1996 13:29:22 -0400 (EDT)
From:      John Capo <jc@irbs.com>
To:        freebsd-hackers@freefall.FreeBSD.org
Subject:   Re: nex/nvi version 1.67 released.
Message-ID:  <199606091729.NAA22113@irbs.irbs.com>
In-Reply-To: <199606091615.MAA23493@mongoose.bostic.com> from Keith Bostic at "Jun 9, 96 12:15:22 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
1.66 and 1.67 core if you tag out of a modified file.  This patch
has been sent to Keith.

*** ex/ex_tag.c.orig	Mon Jun  3 14:09:58 1996
--- ex/ex_tag.c	Sun Jun  9 13:15:14 1996
***************
*** 798,804 ****
  		CIRCLEQ_REMOVE(&tqp->tagq, tp, q);
  		free(tp);
  	}
! 	CIRCLEQ_REMOVE(&exp->tq, tqp, q);
  	free(tqp);
  	return (0);
  }
--- 798,806 ----
  		CIRCLEQ_REMOVE(&tqp->tagq, tp, q);
  		free(tp);
  	}
! 	if (tqp->q.cqe_next && tqp->q.cqe_prev)
! 	    CIRCLEQ_REMOVE(&exp->tq, tqp, q);
! 
  	free(tqp);
  	return (0);
  }

John Capo                                                   jc@irbs.com
IRBS Engineering                       FreeBSD Servers and Workstations
(954) 792-9551                 Unix/Internet Consulting - ISP Solutions



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