]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.4-rc1-macintosh_macserial-fix.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / 2.6.4-rc1-macintosh_macserial-fix.patch
CommitLineData
1ab141a4 1--- linux-2.6.4-rc1/drivers/macintosh/macserial.c.org 2004-02-27 23:21:29.000000000 +0100
2+++ linux-2.6.4-rc1/drivers/macintosh/macserial.c 2004-03-02 21:49:44.533392464 +0100
3@@ -1781,6 +1781,7 @@
4 {
5 struct mac_serial * info = (struct mac_serial *)tty->driver_data;
6 unsigned char control, status;
7+ unsigned int cmd;
8 unsigned long flags;
9
10 #ifdef CONFIG_KGDB
11@@ -1811,6 +1812,7 @@
12 {
13 struct mac_serial * info = (struct mac_serial *)tty->driver_data;
14 unsigned int arg, bits;
15+ unsigned int cmd;
16 unsigned long flags;
17
18 #ifdef CONFIG_KGDB
This page took 0.054649 seconds and 4 git commands to generate.