Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 1 Sep 2002 02:46:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 1 Sep 2002 02:46:38 -0400 Received: from rwcrmhc52.attbi.com ([216.148.227.88]:28352 "EHLO rwcrmhc52.attbi.com") by vger.kernel.org with ESMTP id ; Sun, 1 Sep 2002 02:46:38 -0400 Subject: 2.5.33 OSS compile fix From: Nicholas Miell To: linux-kernel@vger.kernel.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Aug 2002 23:51:00 -0700 Message-Id: <1030863061.21053.18.camel@entropy> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 833 Lines: 25 include/linux/ptrace.h now needs task_struct from sched.h, which is breaking things that include ptrace.h before sched.h. As far as I can tell, OSS doesn't need ptrace.h anyway, so this patch removes the #include altogether. Somebody else can deal with ptrace.h itself. --- linux-2.5-build/sound/oss/os.h.~1~ Sun Feb 10 18:50:17 2002 +++ linux-2.5-build/sound/oss/os.h Sat Aug 31 23:33:07 2002 @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/