From owner-cvs-src@FreeBSD.ORG Thu Feb 7 19:00:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 049D416A49E; Thu, 7 Feb 2008 19:00:00 +0000 (UTC) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C69E213C455; Thu, 7 Feb 2008 19:00:00 +0000 (UTC) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m17J00iM009118; Thu, 7 Feb 2008 19:00:00 GMT (envelope-from rink@repoman.freebsd.org) Received: (from rink@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m17J00Ec009117; Thu, 7 Feb 2008 19:00:00 GMT (envelope-from rink) Message-Id: <200802071900.m17J00Ec009117@repoman.freebsd.org> From: Rink Springer Date: Thu, 7 Feb 2008 19:00:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bootparamd Makefile Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 19:00:01 -0000 rink 2008-02-07 19:00:00 UTC FreeBSD src repository Modified files: usr.sbin/bootparamd Makefile Makefile.inc Log: The previous commit message was wrong. It should have read: "Fix bootparamd on 64 bit platforms - at least amd64 was broken due to the code believing long == 32 bits and using it to store/compare IPv4 addresses." Note the "== 32 bits" - the previous commit message stated 64 bits, which is plain wrong. PR: bin/112163 Pointed out by: obrien Approved by: imp (mentor, implicit) Revision Changes Path 1.3 +0 -0 src/usr.sbin/bootparamd/Makefile 1.3 +0 -0 src/usr.sbin/bootparamd/Makefile.inc