From owner-freebsd-current@FreeBSD.ORG Sat Apr 10 03:36:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2E0316A4CE for ; Sat, 10 Apr 2004 03:36:04 -0700 (PDT) Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by mx1.FreeBSD.org (Postfix) with SMTP id AFAE243D5E for ; Sat, 10 Apr 2004 03:36:03 -0700 (PDT) (envelope-from paulius@kaktusas.org) Received: (qmail 12704 invoked by uid 1000); 10 Apr 2004 10:36:00 -0000 Date: Sat, 10 Apr 2004 13:36:00 +0300 From: Paulius Bulotas To: freebsd-current@freebsd.org Message-ID: <20040410103600.GA12488@kaktusas.org> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-URL: http://www.kaktusas.org/ Subject: buildworld fails on src/sys/net80211/ieee80211_ioctl.c with opt_ipx.h not found X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 10:36:04 -0000 Hello, buildworld fails on src/sys/net80211/ieee80211_ioctl.c with opt_ipx.h being not found. Since this change is 10 days old, maybe I've missed something in mailing list? Maybe the fix should be #ifdef'ing #include "opt_inet.h" and "opt_ipx.h" accordingly with #ifdef IPX and #ifdef INET? Paulius