summaryrefslogtreecommitdiff
path: root/debian/patches/16_net_apricot_stack_of.patch
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2006-04-02 13:13:38 +0000
committerGuillem Jover <guillem@debian.org>2006-04-02 13:13:38 +0000
commit4f1d8bbdd8b402b3bc55e8a7633c53529b4d19d4 (patch)
treed154cf251b3b78967f182b56823c1dc3ea306867 /debian/patches/16_net_apricot_stack_of.patch
parent01c90e6fc5a25274c2f0f5bd920b73d072bb59dd (diff)
Sync with new upstream snapshot.
Diffstat (limited to 'debian/patches/16_net_apricot_stack_of.patch')
-rw-r--r--debian/patches/16_net_apricot_stack_of.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/16_net_apricot_stack_of.patch b/debian/patches/16_net_apricot_stack_of.patch
deleted file mode 100644
index 7764800..0000000
--- a/debian/patches/16_net_apricot_stack_of.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-#DPATCHLEVEL=0
-
-2005-11-28 Sergio Lopez <koro@sinrega.org>
-
- * linux/src/drivers/net/apricot.c (apricot_probe): Increase eth_addr
- size to 8 so we do not trash the stack when reading from the io ports.
-
-
---- linux/src/drivers/net/apricot.c 2005-11-28 00:13:12.000000000 +0100
-+++ linux/src/drivers/net/apricot.c 2005-11-28 00:13:05.000000000 +0100
-@@ -681,7 +681,7 @@
- struct i596_private *lp;
- int checksum = 0;
- int ioaddr = 0x300;
-- char eth_addr[6];
-+ char eth_addr[8];
-
- /* this is easy the ethernet interface can only be at 0x300 */
- /* first check nothing is already registered here */