From owner-cvs-all@FreeBSD.ORG Fri Jun 10 08:49:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5221316A41C; Fri, 10 Jun 2005 08:49:13 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA8843D1F; Fri, 10 Jun 2005 08:49:13 +0000 (GMT) (envelope-from rwatson@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 j5A8nC2Q038160; Fri, 10 Jun 2005 08:49:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5A8nCAd038159; Fri, 10 Jun 2005 08:49:12 GMT (envelope-from rwatson) Message-Id: <200506100849.j5A8nCAd038159@repoman.freebsd.org> From: Robert Watson Date: Fri, 10 Jun 2005 08:49:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netipx ipx.h 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: Fri, 10 Jun 2005 08:49:13 -0000 rwatson 2005-06-10 08:49:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netipx ipx.h Log: Merge ipx.h:1.21 from HEAD to RELENG_5: Back out ipx.h:1.18, which introduced a Linux API compatibility field in the ipx_net data structure. Doing so introduced a stronger alignment requirement for the address structure, which in turn propagated into other dependent data structures, which turns out not to be suported by the available IPX source code. As a result, a number of user space applications, such as IPX routing components, failed to operate correctly. RELENG_5_3 candidate? PRs: 74059, 80266 Pointy hat to: bms Fix by: bde Tested by: Keith White Suffering: great Revision Changes Path 1.18.2.3 +0 -3 src/sys/netipx/ipx.h