Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 03:44:47 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/inetd inetd.c
Message-ID:  <200206221044.g5MAimk10260@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/06/22 03:44:47 PDT

  Modified files:
    usr.sbin/inetd       inetd.c 
  Log:
  Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it as
  is appropriate to avoid using typeof/__typeof__.  It is worth noting that
  SWAP() is only ever used to swap pointer values so 'void *' assumptions would
  have been acceptable, but I'd gladly pay you tuesday for a cheeseburger^W
  cleaner interface today.
  
  Poked into submission by:       bde
  
  Revision  Changes    Path
  1.104     +9 -9      src/usr.sbin/inetd/inetd.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?200206221044.g5MAimk10260>