Merged patch fixing MIPS build.

This commit is contained in:
Michal Ludvig 2002-11-06 14:00:12 +00:00
parent 81a3a9ad54
commit 39c0e94935
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-11-06 Michal Ludvig <mludvig@suse.cz>
Merged patch from Steven J. Hill <sjhill@realitydiluted.com>
to allow the compilation of a native MIPS strace.
2002-11-06 Michal Ludvig <mludvig@suse.cz>
From Marty Leisner <leisner@rochester.rr.com>,

1
bjm.c
View File

@ -42,6 +42,7 @@
#include <sys/user.h>
#include <sys/syscall.h>
#include <signal.h>
#include <linux/linkage.h>
/* Bits of module.flags. */

View File

@ -72,7 +72,7 @@ struct pt_regs;
#include <linux/utsname.h>
#endif
#ifdef HAVE_ASM_SYSMIPS_H
#ifdef MIPS
#include <asm/sysmips.h>
#endif