lkml.org 
[lkml]   [2004]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.1-rc1-mm2
Dax Kelson <dax@gurulabs.com> wrote:
>
>
> build error:
>
> CC [M] drivers/char/watchdog/amd7xx_tco.o
> drivers/char/watchdog/amd7xx_tco.c: In function `amdtco_fop_write':
> drivers/char/watchdog/amd7xx_tco.c:257: error: syntax error before "i"

Sorry. This pooter, she be too slow for allyesconfig.


diff -puN drivers/char/watchdog/amd7xx_tco.c~amd7xx_tco-fix drivers/char/watchdog/amd7xx_tco.c
--- 25/drivers/char/watchdog/amd7xx_tco.c~amd7xx_tco-fix 2004-01-05 01:07:57.000000000 -0800
+++ 25-akpm/drivers/char/watchdog/amd7xx_tco.c 2004-01-05 01:08:24.000000000 -0800
@@ -253,7 +253,7 @@ static ssize_t amdtco_fop_write(struct f
return -ESPIPE;

if (len) {
- if (!nowayout)
+ if (!nowayout) {
size_t i;
char c;
expect_close = 0;
_

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

\
 
 \ /
  Last update: 2005-03-22 13:59    [W:0.135 / U:0.892 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site