From owner-cvs-all@FreeBSD.ORG Thu Feb 7 07:31:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF01E16A417; Thu, 7 Feb 2008 07:31:16 +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 8CC0213C46B; Thu, 7 Feb 2008 07:31:16 +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 m177VGaW025763; Thu, 7 Feb 2008 07:31:16 GMT (envelope-from rink@repoman.freebsd.org) Received: (from rink@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m177VGGc025762; Thu, 7 Feb 2008 07:31:16 GMT (envelope-from rink) Message-Id: <200802070731.m177VGGc025762@repoman.freebsd.org> From: Rink Springer Date: Thu, 7 Feb 2008 07:31:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd bootparamd.c main.c src/usr.sbin/bootparamd/callbootd callbootd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 07:31:16 -0000 rink 2008-02-07 07:31:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/bootparamd/bootparamd bootparamd.c main.c usr.sbin/bootparamd/callbootd callbootd.c Log: MFC 1.14: Fix bootparamd on 64 bit platforms - at least amd64 was broken due to the code believing long == 64 bits and using it to store/compare IPv4 addresses. PR: bin/112163 Submitted by: Tyler Spivey Reviewed by: imp Approved by: imp (mentor) Revision Changes Path 1.12.10.1 +3 -3 src/usr.sbin/bootparamd/bootparamd/bootparamd.c 1.10.18.1 +1 -1 src/usr.sbin/bootparamd/bootparamd/main.c 1.10.20.1 +1 -1 src/usr.sbin/bootparamd/callbootd/callbootd.c