[PATCH] mips: fixed definition order of _sigchld

From: Yoichi Yuasa
Date: Sun Sep 19 2004 - 09:55:22 EST


This change had fixed definition order of _sigchld about MIPS.

diff -urN -X dontdiff a-orig/include/asm-mips/siginfo.h a/include/asm-mips/siginfo.h
--- a-orig/include/asm-mips/siginfo.h Mon Sep 13 14:32:48 2004
+++ a/include/asm-mips/siginfo.h Sun Sep 19 23:14:21 2004
@@ -47,8 +47,8 @@
struct {
pid_t _pid; /* which child */
uid_t _uid; /* sender's uid */
- clock_t _utime;
int _status; /* exit code */
+ clock_t _utime;
clock_t _stime;
} _sigchld;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/