PATCH: 2.1.pre126-2 and znet.c

Hans-Joachim Baader (hans@grumbeer.inka.de)
Mon, 19 Oct 1998 00:04:08 +0200 (MET DST)


Hi,

it seems like variables have to be declared in C before they are
used ;-)

--- znet.c.orig Sun Oct 18 23:59:28 1998
+++ znet.c Sun Oct 18 23:20:45 1998
@@ -679,6 +679,8 @@
or when we come out of suspend mode. */
static void hardware_init(struct device *dev)
{
+ unsigned long flags;
+
short ioaddr = dev->base_addr;

zn.rx_cur = zn.rx_start;

There is also a compilation problem in the hippi drivers which I don't
have the time to investigate now.

hjb

-- 
"Every use of Linux is a proper use of Linux."
				-- John "Maddog" Hall, Keynote at the Linux
				   Kongress in Cologne

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