Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 09:37:47 -0700 (PDT)
From:      Jeffrey Hsu <hsu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys queue.h src/sys/kern subr_taskqueue.c
Message-ID:  <200008031637.JAA02442@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
hsu         2000/08/03 09:37:47 PDT

  Modified files:
    sys/sys              queue.h 
  Log:
  Restore STAILQ_LAST() semantics to match that of TAILQ_LAST()
  and CIRCLEQ_LAST().  Return the last element instead of a pointer
  to the next field of the last element.
  
  Reviewed by:	dfr
  
  Revision  Changes    Path
  1.39      +8 -3      src/sys/sys/queue.h


  Modified files:
    sys/kern             subr_taskqueue.c 
  Log:
  Modify to use fixed STAILQ_LAST().
  
  Reviewed by:	dfr
  
  Revision  Changes    Path
  1.2       +2 -2      src/sys/kern/subr_taskqueue.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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