From 7e2a1c7cccd3aa9e5ce97fb499fa970441be4da3 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 3 Jun 2004 12:56:25 +0000 Subject: this include is obsolete, because 1. for current systems, including this is a noop 2. it was used a some time ago to check for CONFIG_DEVFS_FS, but we do not check for this any more, but autodetect devfs at runtime and it is reported by John Nielsen to break builds on some systems CVS patchset: 6633 CVS date: 2004/06/03 12:56:25 --- src/audio_out/audio_oss_out.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/audio_out/audio_oss_out.c b/src/audio_out/audio_oss_out.c index 5612d7f96..f1daf4c12 100644 --- a/src/audio_out/audio_oss_out.c +++ b/src/audio_out/audio_oss_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_oss_out.c,v 1.108 2004/05/07 13:37:00 mroi Exp $ + * $Id: audio_oss_out.c,v 1.109 2004/06/03 12:56:25 mroi Exp $ * * 20-8-2001 First implementation of Audio sync and Audio driver separation. * Copyright (C) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -57,9 +57,6 @@ # include # endif #else -# if defined(__linux__) -# include /* Check for DEVFS */ -# endif # include #endif #include -- cgit v1.2.3