[1379] in linux-net channel archive
tunnel.c as module in 1.3.41 fails to compile
daemon@ATHENA.MIT.EDU (Joshua M. Thompson)
Thu Nov 16 03:11:05 1995
Date: Wed, 15 Nov 1995 23:44:04 -0500 (EST)
From: "Joshua M. Thompson" <invid@optera.com>
To: linux-net@vger.rutgers.edu
Just installed and compiled 1.3.41, and i noticed that tunnel.c will fail
to compile as a module. It seems it tries to redefine kernel_version
which is already defined in /usr/src/linux/include/linux/module.h.
The simple diff to drivers/net/tunnel.c is as follows:
--- tunnel.c Wed Nov 15 23:40:42 1995
+++ tunnel.c.new Wed Nov 15 23:41:22 1995
@@ -271,7 +271,6 @@
}
#ifdef MODULE
-char kernel_version[] = UTS_RELEASE;
static int tunnel_probe(struct device *dev)
{
--
email: invid@optera.com System Engineer/Network Administrator
web: http://www.optera.com/~invid mich.com, Inc. Farmington, MI
PGP fingerprint: 90 05 50 DA 0E 18 CD 47 C5 25 83 1F A5 41 17 73