Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 2004 00:32:50 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/netstat ipx.c main.c
Message-ID:  <200412310032.iBV0WoHw053276@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-12-31 00:32:50 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/netstat      ipx.c main.c 
  Log:
  Update netstat(1) for recent conversion of netipx to queue(9) from
  home-brew linked lists.  Read in the ipxpcb_list structure first in
  order to find the first pcb pointer.  Then follow the chain as
  before, only the termination condition is a NULL next pointer
  rather than a next pointer equal to the original offset.
  
  Revision  Changes    Path
  1.21      +23 -3     src/usr.bin/netstat/ipx.c
  1.71      +1 -1      src/usr.bin/netstat/main.c



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