From owner-cvs-all Sun Dec 30 9:12:32 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 24C1837B417; Sun, 30 Dec 2001 09:12:29 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBUHCTY91325; Sun, 30 Dec 2001 09:12:29 -0800 (PST) (envelope-from joerg) Message-Id: <200112301712.fBUHCTY91325@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 30 Dec 2001 09:12:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_spppsubr.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 joerg 2001/12/30 09:12:29 PST Modified files: sys/net if_spppsubr.c Log: Fix a long-standing blatant bug where the operator precedence between & and && has been botched. This was likely the cause for some havoc with various negotiation cases of sppp in the past. Obtained from: NetBSD (rev 1.13) MFC after: 1 week Revision Changes Path 1.87 +4 -4 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message