From owner-cvs-all Tue Feb 3 12:24:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26633 for cvs-all-outgoing; Tue, 3 Feb 1998 12:24:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26628; Tue, 3 Feb 1998 12:24:41 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA22793; Tue, 3 Feb 1998 12:24:14 -0800 (PST) Date: Tue, 3 Feb 1998 12:24:14 -0800 (PST) Message-Id: <199802032024.MAA22793@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include if_wl_wavelan.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" bde 1998/02/03 12:24:14 PST Modified files: sys/i386/include if_wl_wavelan.h Log: Moved misplaced idempotency ifdef. Multiple inclusion was fatal since there was a typedef outside the ifdef. Fixed syntax error after the #endif for this ifdef. Didn't fix the usual style bugs for this ifdef... Revision Changes Path 1.3 +3 -3 src/sys/i386/include/if_wl_wavelan.h