[ERROR][PATCH] smbfs compilation in 2.5.22 [ChangeSet@1.545]

From: Andy Pfiffer (andyp@osdl.org)
Date: Tue Jun 18 2002 - 19:05:20 EST


This patch fixes a compilation problem with 2.5.22 [ChangeSet@1.545]

<linux/tqueue.h> needs to be included by fs/smbfs/sock.c
Compiles for me, not run tested.

Andy Pfiffer

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.545 -> 1.546
# fs/smbfs/sock.c 1.7 -> 1.8
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/06/18 andyp@andyp.pdx.osdl.net 1.546
# Compilation fix for fs/smbfs/sock.c (tqueue.h wasn't included).
# --------------------------------------------
#
diff -Nru a/fs/smbfs/sock.c b/fs/smbfs/sock.c
--- a/fs/smbfs/sock.c Tue Jun 18 16:59:23 2002
+++ b/fs/smbfs/sock.c Tue Jun 18 16:59:23 2002
@@ -18,6 +18,7 @@
 #include <linux/mm.h>
 #include <linux/netdevice.h>
 #include <linux/smp_lock.h>
+#include <linux/tqueue.h>
 #include <net/scm.h>
 #include <net/ip.h>
 

-
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/



This archive was generated by hypermail 2b29 : Sun Jun 23 2002 - 22:00:18 EST