Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 2004 12:04:21 +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
Message-ID:  <200412311204.iBVC4LTG096291@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-12-31 12:04:21 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/netstat      ipx.c 
  Log:
  Apply a simplifying patch submitted by rik to the IPX support in
  netstat(1):
  
  - Make previously unnecessarily global variables local.
  - Use LIST_FOREACH() in preference to manual iteration.
  - Restore a sanity check through slightly incestuous use of queue macro
    knowledge.
  
  Submitted by:   rik
  
  Revision  Changes    Path
  1.22      +14 -34    src/usr.bin/netstat/ipx.c



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