From owner-cvs-src@FreeBSD.ORG Fri May 6 13:01:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2E3A16A4D3; Fri, 6 May 2005 13:01:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD21A43D68; Fri, 6 May 2005 13:01:31 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j46D1VCZ066394; Fri, 6 May 2005 13:01:31 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j46D1Vl6066393; Fri, 6 May 2005 13:01:31 GMT (envelope-from glebius) Message-Id: <200505061301.j46D1Vl6066393@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 6 May 2005 13:01:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet/libalias alias_proxy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 06 May 2005 13:01:32 -0000 glebius 2005-05-06 13:01:31 UTC FreeBSD src repository Modified files: sys/netinet/libalias alias_proxy.c Log: Add a workaround for 64-bit archs: store unsigned long return value in temporary variable, check it and then cast to in_addr_t. Revision Changes Path 1.25 +6 -3 src/sys/netinet/libalias/alias_proxy.c