Gentoo Archives: gentoo-embedded

From: Ned Ludd <solar@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] (ARM) small patch for linux / headers 2.4.26-r1
Date: Tue, 18 Mar 2008 16:55:20
Message-Id: 1205859315.9592.16.camel@hangover
In Reply to: Re: [gentoo-embedded] (ARM) small patch for linux / headers 2.4.26-r1 by Christopher Friedt
1 On Mon, 2008-03-17 at 23:13 -0400, Christopher Friedt wrote:
2 > Damn,
3 >
4 > Lots of resistance against patching the 2.4.26 linux-headers from
5 > bugzilla, even with the 1 liner below. I have no idea why.
6
7 Was the bugzilla master being an asshole again?
8
9 > Russel King's
10 > site even says that waitpid is unimplemented.
11 >
12 > This fixes the linux-2.4* sources in any event.
13 >
14 > ~/Chris
15 >
16 > --- linux-2.4.26/include/asm-arm/unistd.h_orig 2008-03-17
17 > 06:34:58.000000000 -0400
18 > +++ linux-2.4.26/include/asm-arm/unistd.h 2008-03-17 06:35:32.000000000
19 > -0400
20 > @@ -31,7 +31,7 @@
21 > #define __NR_write (__NR_SYSCALL_BASE+ 4)
22 > #define __NR_open (__NR_SYSCALL_BASE+ 5)
23 > #define __NR_close (__NR_SYSCALL_BASE+ 6)
24 > -#define __NR_waitpid (__NR_SYSCALL_BASE+ 7)
25 > + /* waitpid would be 7 */
26 > #define __NR_creat (__NR_SYSCALL_BASE+ 8)
27 > #define __NR_link (__NR_SYSCALL_BASE+ 9)
28 > #define __NR_unlink (__NR_SYSCALL_BASE+ 10)
29 >
30 >
31 --
32 Ned Ludd <solar@g.o>
33 Gentoo Linux
34
35 --
36 gentoo-embedded@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] (ARM) small patch for linux / headers 2.4.26-r1 Christopher Friedt <cfriedt@××××××××××××××.com>