I'm glad that you said it Ned, because I was really, really trying not to rip into this guy.

Chris

Ned Ludd wrote:
On Mon, 2008-03-17 at 23:13 -0400, Christopher Friedt wrote:
Damn,

Lots of resistance against patching the 2.4.26 linux-headers from bugzilla, even with the 1 liner below. I have no idea why.

Was the bugzilla master being an asshole again?
Russel King's site even says that waitpid is unimplemented.

This fixes the linux-2.4* sources in any event.

~/Chris

--- linux-2.4.26/include/asm-arm/unistd.h_orig 2008-03-17 06:34:58.000000000 -0400 +++ linux-2.4.26/include/asm-arm/unistd.h 2008-03-17 06:35:32.000000000 -0400
@@ -31,7 +31,7 @@
  #define __NR_write                    (__NR_SYSCALL_BASE+  4)
  #define __NR_open                     (__NR_SYSCALL_BASE+  5)
  #define __NR_close                    (__NR_SYSCALL_BASE+  6)
-#define __NR_waitpid                   (__NR_SYSCALL_BASE+  7)
+                                       /* waitpid would be 7 */
  #define __NR_creat                    (__NR_SYSCALL_BASE+  8)
  #define __NR_link                     (__NR_SYSCALL_BASE+  9)
  #define __NR_unlink                   (__NR_SYSCALL_BASE+ 10)


--
[email protected] mailing list

Reply via email to