From owner-cvs-all@FreeBSD.ORG Fri May 27 12:25:43 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 308F916A41C; Fri, 27 May 2005 12:25:43 +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 12A9143D1F; Fri, 27 May 2005 12:25:43 +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 j4RCPgJA076260; Fri, 27 May 2005 12:25:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RCPgtH076259; Fri, 27 May 2005 12:25:42 GMT (envelope-from rwatson) Message-Id: <200505271225.j4RCPgtH076259@repoman.freebsd.org> From: Robert Watson Date: Fri, 27 May 2005 12:25:42 +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/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, 27 May 2005 12:25:43 -0000 rwatson 2005-05-27 12:25:42 UTC FreeBSD src repository Modified files: sys/netipx ipx.h Log: 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 MFC after: 1 week Suffering: great Revision Changes Path 1.21 +0 -3 src/sys/netipx/ipx.h