From: CaT <cat@zip.com.au>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 8/10] 2.6.0-t3: struct C99 initialiser conversion
Date: Tue, 19 Aug 2003 16:38:26 +1000 [thread overview]
Message-ID: <20030819063826.GN643@zip.com.au> (raw)
[-- Attachment #1: Type: text/plain, Size: 145 bytes --]
linux/include/ patch
--
"How can I not love the Americans? They helped me with a flat tire the
other day," he said.
- http://tinyurl.com/h6fo
[-- Attachment #2: 2.6.0-t3.c99.include.patch --]
[-- Type: text/plain, Size: 2061 bytes --]
diff -aur linux.backup/include/asm-arm/proc-armo/processor.h linux/include/asm-arm/proc-armo/processor.h
--- linux.backup/include/asm-arm/proc-armo/processor.h Thu Oct 31 11:42:20 2002
+++ linux/include/asm-arm/proc-armo/processor.h Sun Aug 17 00:09:38 2003
@@ -43,7 +43,7 @@
uaccess_t *uaccess; /* User access functions*/
#define EXTRA_THREAD_STRUCT_INIT \
- uaccess: &uaccess_kernel,
+ .uaccess = &uaccess_kernel,
#define start_thread(regs,pc,sp) \
({ \
diff -aur linux.backup/include/asm-arm/xor.h linux/include/asm-arm/xor.h
--- linux.backup/include/asm-arm/xor.h Thu Oct 31 11:42:54 2002
+++ linux/include/asm-arm/xor.h Sat Aug 16 15:44:59 2003
@@ -125,11 +125,11 @@
}
static struct xor_block_template xor_block_arm4regs = {
- name: "arm4regs",
- do_2: xor_arm4regs_2,
- do_3: xor_arm4regs_3,
- do_4: xor_arm4regs_4,
- do_5: xor_arm4regs_5,
+ .name = "arm4regs",
+ .do_2 = xor_arm4regs_2,
+ .do_3 = xor_arm4regs_3,
+ .do_4 = xor_arm4regs_4,
+ .do_5 = xor_arm4regs_5,
};
#undef XOR_TRY_TEMPLATES
diff -aur linux.backup/include/asm-arm26/processor.h linux/include/asm-arm26/processor.h
--- linux.backup/include/asm-arm26/processor.h Mon Jul 21 23:35:02 2003
+++ linux/include/asm-arm26/processor.h Sat Aug 16 15:44:59 2003
@@ -51,7 +51,7 @@
uaccess_t *uaccess; /* User access functions*/
#define EXTRA_THREAD_STRUCT_INIT \
- uaccess: &uaccess_kernel,
+ .uaccess = &uaccess_kernel,
// FIXME?!!
diff -aur linux.backup/include/asm-arm26/xor.h linux/include/asm-arm26/xor.h
--- linux.backup/include/asm-arm26/xor.h Thu Jun 26 23:47:49 2003
+++ linux/include/asm-arm26/xor.h Sat Aug 16 15:44:59 2003
@@ -125,11 +125,11 @@
}
static struct xor_block_template xor_block_arm4regs = {
- name: "arm4regs",
- do_2: xor_arm4regs_2,
- do_3: xor_arm4regs_3,
- do_4: xor_arm4regs_4,
- do_5: xor_arm4regs_5,
+ .name = "arm4regs",
+ .do_2 = xor_arm4regs_2,
+ .do_3 = xor_arm4regs_3,
+ .do_4 = xor_arm4regs_4,
+ .do_5 = xor_arm4regs_5,
};
#undef XOR_TRY_TEMPLATES
reply other threads:[~2003-08-19 6:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20030819063826.GN643@zip.com.au \
--to=cat@zip.com.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