lkml.org 
[lkml]   [2002]   [May]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
SubjectLinux 2.4.19-pre8
From
2.4.19-pre8 make bzImage gave this:

ips.c: In function `ips_setup':
ips.c:547: parse error before `static'
ips.c: At top level:
ips.c:505: warning: `ips_setup' defined but not used
make[3]: *** [ips.o] Error 1

The diff below based on 2.4.19-pre7-ac2 worked for me.

--- linux/drivers/scsi/ips.c Fri May 3 03:25:16 2002
+++ linux-2.4.19-pre7-ac2/drivers/scsi/ips.c Fri Apr 19 18:55:47 2002
@@ -543,7 +543,8 @@
}

return (1);
-
+}
+
__setup("ips=", ips_setup);

#else
@@ -579,10 +580,10 @@
}
}
}
+}

#endif

-}

/****************************************************************************/
/* */

--
Randy Hron

-
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:25    [W:0.129 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site