From 45c83019f7bd1f062d30d721311b8e4f6683d8bf Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 24 Aug 2002 01:32:27 +0000 Subject: Use bits/kernel_stat.h, not asm/stat.h -Erik --- ldso/ldso/ld_syscall.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/ld_syscall.h b/ldso/ldso/ld_syscall.h index 33d15fda8..8ea8092c7 100644 --- a/ldso/ldso/ld_syscall.h +++ b/ldso/ldso/ld_syscall.h @@ -9,8 +9,7 @@ /* 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 new_stat stat -#include +#include /* Encoding of the file mode. */ -- cgit v1.2.3