lkml.org 
[lkml]   [2002]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH TRIVIAL]: 2.4.19/drivers/tc/tc.c
trivial patch to use const char * instead of char * (this will also make it
match up the prototype in header)

--
Silvio
diff -u linux-2.4.19/drivers/tc/tc.c linux-2.4.19-dev/drivers/tc/tc.c
--- linux-2.4.19/drivers/tc/tc.c Sat Aug 31 04:07:28 2002
+++ linux-2.4.19-dev/drivers/tc/tc.c Sat Aug 31 04:07:52 2002
@@ -40,7 +40,7 @@
* Interface to the world. Read comment in include/asm-mips/tc.h.
*/

-int search_tc_card(char *name)
+int search_tc_card(const char *name)
{
int slot;
slot_info *sip;
\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.098 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site