From owner-cvs-all Sat Jul 14 10: 4:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5883337B401; Sat, 14 Jul 2001 10:04:26 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6EH4Ql24630; Sat, 14 Jul 2001 10:04:26 -0700 (PDT) (envelope-from iedowse) Message-Id: <200107141704.f6EH4Ql24630@freefall.freebsd.org> From: Ian Dowse Date: Sat, 14 Jul 2001 10:04:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpcbind util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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