cvs commit: src/usr.bin/netstat ipx.c main.c

Roman Kurakin rik at cronyx.ru
Fri Dec 31 01:26:12 PST 2004


Robert Watson:

>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.
>
Please look on my variant of this code that was done for you changes
long time ago. Current diff with HEAD could be found online here:
http://people.freebsd.org/~rik/rik_netperf_20041231-3.pch

rik

>  
>  Revision  Changes    Path
>  1.21      +23 -3     src/usr.bin/netstat/ipx.c
>  1.71      +1 -1      src/usr.bin/netstat/main.c
>  
>




More information about the cvs-all mailing list