summaryrefslogtreecommitdiff
path: root/ldso/ldso/boot1.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-27 19:54:48 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-27 19:54:48 +0000
commit20ade83c2dde545ee1cb1687a2a593a227994726 (patch)
treec4e1454bdcb1d5d5d8433eef05f031766df917c1 /ldso/ldso/boot1.c
parent389c0e545e26507afd1a394904574ddd8b35cb79 (diff)
Cleanup to not use kernel headers at all.
-Erik
Diffstat (limited to 'ldso/ldso/boot1.c')
-rw-r--r--ldso/ldso/boot1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/boot1.c b/ldso/ldso/boot1.c
index c6dc5f628..a96562f19 100644
--- a/ldso/ldso/boot1.c
+++ b/ldso/ldso/boot1.c
@@ -648,7 +648,7 @@ found_got:
{
int fd;
- struct kernel_stat st;
+ struct stat st;
char *preload;
if (!_dl_stat(LDSO_PRELOAD, &st)) {