Browse Source

Use bits/kernel_stat.h, not asm/stat.h
-Erik

Eric Andersen 22 years ago
parent
commit
45c83019f7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ldso/ldso/ld_syscall.h

+ 1 - 2
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 <asm/stat.h>
+#include <bits/kernel_stat.h>
 
 
 /* Encoding of the file mode.  */