Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2001 10:04:26 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rpcbind util.c
Message-ID:  <200107141704.f6EH4Ql24630@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/07/14 10:04:26 PDT

  Modified files:
    usr.sbin/rpcbind     util.c 
  Log:
  Simplify to bitmaskcmp() to use the obvious approach instead of
  comparing bit by bit.
  
  Make the logic in in6_fillscopeid() match that in our ifconfig(8):
  only set the scope ID if there is one in the address and none in
  sin6_scope_id.
  
  Correct a comment in network_init() that didn't make sense; it was
  probably never updated after it was pasted from similar code in
  addrmerge().
  
  Revision  Changes    Path
  1.4       +20 -23    src/usr.sbin/rpcbind/util.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?200107141704.f6EH4Ql24630>