From owner-cvs-all Mon Oct 15 13: 6:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3E7537B40A; Mon, 15 Oct 2001 13:06:35 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FK6ZW44220; Mon, 15 Oct 2001 13:06:35 -0700 (PDT) (envelope-from des) Message-Id: <200110152006.f9FK6ZW44220@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 15 Oct 2001 13:06:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h src/sys/alpha/linux linux.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/15 13:06:34 PDT Modified files: sys/i386/linux linux.h sys/alpha/linux linux.h Log: In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux defines it as a short. Change that to an array of one short so that FreeBSD's ifr_flags macro will work (it evaluates to ifr_ifru.ifru_flags[0]). Revision Changes Path 1.56 +2 -2 src/sys/alpha/linux/linux.h 1.58 +2 -2 src/sys/i386/linux/linux.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message