Gentoo Archives: gentoo-embedded

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