From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 19 Jun 2002 10:51:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 19 Jun 2002 10:51:56 -0400 Received: from pcp748332pcs.manass01.va.comcast.net ([68.49.120.123]:51915 "EHLO pcp748332pcs.manass01.va.comcast.net") by vger.kernel.org with ESMTP id ; Wed, 19 Jun 2002 10:51:54 -0400 Date: Wed, 19 Jun 2002 10:51:50 -0400 To: Kernel List Subject: 2.5.23 tqueue patches Message-ID: <20020619145150.GA4872@bittwiddlers.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline User-Agent: Mutt/1.3.27i From: Matthew Harrell X-Delivery-Agent: TMDA/0.56 Reply-To: Matthew Harrell Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Just patches where tqueue.h was missing -- Matthew Harrell I don't suffer from insanity - Bit Twiddlers, Inc. I enjoy every minute of it. mharrell@bittwiddlers.com --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="tqueue.patch" --- linux/fs/smbfs/sock.c-ori Wed Jun 19 09:52:33 2002 +++ linux/fs/smbfs/sock.c Wed Jun 19 09:52:53 2002 @@ -18,6 +18,7 @@ #include #include #include +#include #include #include --- linux/drivers/pcmcia/i82365.c.ori Wed Jun 19 10:23:07 2002 +++ linux/drivers/pcmcia/i82365.c Wed Jun 19 10:21:58 2002 @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include --- linux/drivers/usb/net/usbnet.c.ori Wed Jun 19 10:27:35 2002 +++ linux/drivers/usb/net/usbnet.c Wed Jun 19 10:27:50 2002 @@ -116,6 +116,7 @@ #include #include #include +#include #include #include --- linux/net/irda/ircomm/ircomm_param.c.ori Wed Jun 19 10:44:51 2002 +++ linux/net/irda/ircomm/ircomm_param.c Wed Jun 19 10:46:38 2002 @@ -29,6 +29,7 @@ ********************************************************************/ #include +#include #include #include --BOKacYhQ+x31HxR3--