From 28a540720b6db3302cb6a2af3173cb070e2fdcbb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 21 Jun 2002 21:32:00 +0000 Subject: Fix support for 2.0.x linux kernels. Oops. -Erik --- ldso/ldso/ld_syscall.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/ldso') diff --git a/ldso/ldso/ld_syscall.h b/ldso/ldso/ld_syscall.h index db7447f67..386756d05 100644 --- a/ldso/ldso/ld_syscall.h +++ b/ldso/ldso/ld_syscall.h @@ -9,8 +9,8 @@ /* Pull in whatever this particular arch's kernel thinks the kernel version of * struct stat should look like. It turns out that each arch has a different * opinion on the subject, and different kernel revs use different names... */ -#define _SYS_STAT_H -#include +#define new_stat stat +#include /* Encoding of the file mode. */ -- cgit v1.2.3