From: silvio@big.net.au
To: linux-kernel@vger.kernel.org
Subject: [PATCH TRIVIAL]: 2.4.19/drivers/tc/tc.c
Date: Sat, 31 Aug 2002 04:18:15 -0700 [thread overview]
Message-ID: <20020831041815.A2245@hamsec.aurora.sfo.interquest.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 121 bytes --]
trivial patch to use const char * instead of char * (this will also make it
match up the prototype in header)
--
Silvio
[-- Attachment #2: patch_tc_2_4_19 --]
[-- Type: text/plain, Size: 385 bytes --]
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;
next reply other threads:[~2002-08-31 11:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-31 11:18 silvio [this message]
2002-09-02 12:49 ` Maciej W. Rozycki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020831041815.A2245@hamsec.aurora.sfo.interquest.net \
--to=silvio@big.net.au \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®