[PATCH] 2.4.0-test6 netfilter and aic7xxx issues

From: Bob_Tracy (rct@gherkin.sa.wlk.com)
Date: Thu Aug 10 2000 - 10:08:15 EST


2.4.0-test6 has various multiply-exported symbols associated with
the netfilter code. Patch not included, because the intent of the
authors isn't clear, i.e., are we trying to move the EXPORT_SYMBOL()
calls into or out of netsyms.c? The fix is straightforward enough
once the direction is clear: the involved source files (so far)
include "net/ipv4/netfilter/ip_conntrack_ftp.c" and
"net/ipv4/netfilter/ip_tables.c".

The aic7xxx driver has contained a small type-thinko for the past
several kernel versions. The driver compiles fine with MMAPIO
undefined, which probably explains how this went undetected for as
long as it did.

====--CUT HERE--====
--- linux/drivers/scsi/aic7xxx.c.orig Thu Aug 3 10:08:40 2000
+++ linux/drivers/scsi/aic7xxx.c Thu Aug 3 10:36:09 2000
@@ -283,7 +283,7 @@
 # define FALSE 0
 #endif
 
-#if defined(__powerpc__) || defined(__i386)
+#if defined(__powerpc__) || defined(__i386__)
 # define MMAPIO
 #endif
 
====--CUT HERE--====

-- 
Bob Tracy               |  "C++ is to C as Lung Cancer is to Lung."
rct@wlk.com             |  --Anonymous Coward on slashdot.org

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Aug 15 2000 - 21:00:21 EST