Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2002 11:57:11 -0700 (PDT)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph netgraph.h
Message-ID:  <200208201857.g7KIvBs7099616@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      2002/08/20 11:57:11 PDT

  Modified files:
    sys/netgraph         netgraph.h 
  Log:
  When declaring local variables in macros, always use "_name" instead
  of "name" to avoid ugly problems when the containing code already has
  a variable named "name".
  
  Revision  Changes    Path
  1.34      +34 -33    src/sys/netgraph/netgraph.h

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?200208201857.g7KIvBs7099616>