From owner-cvs-all Sun Sep 15 1:21:16 2002 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 207D937B400; Sun, 15 Sep 2002 01:21:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D8D43E6A; Sun, 15 Sep 2002 01:21:14 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8F8LEJU062673; Sun, 15 Sep 2002 01:21:14 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8F8LExY062672; Sun, 15 Sep 2002 01:21:14 -0700 (PDT) Message-Id: <200209150821.g8F8LExY062672@freefall.freebsd.org> From: Bruce Evans Date: Sun, 15 Sep 2002 01:21:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sound.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 bde 2002/09/15 01:21:14 PDT Modified files: sys/dev/sound/pcm sound.h Log: Fixed breakage from removing the used include of in the previous commit: Include and its prerequisite instead of depending on namespace pollution in . Only do this in the __FreeBSD_version > 500000 case although the __FreeBSD_version < 500000 case has already rotted. Revision Changes Path 1.48 +3 -0 src/sys/dev/sound/pcm/sound.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message