summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-02-22 19:50:22 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-02-22 19:50:22 +0000
commit6d7339283361b22be3e8586dcecfea07db0a4dfe (patch)
tree391f586de3389730ff1a8e9114c04f64ac6c42f9
parent2e3754ec7b1ebbae215d276992439b8f9d558b26 (diff)
No need to include <machine/elf_machdep.h>
-rw-r--r--libexec/ld.so/alpha/rtld_machine.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/ld.so/alpha/rtld_machine.c b/libexec/ld.so/alpha/rtld_machine.c
index c6bece14fdf..68b507628a5 100644
--- a/libexec/ld.so/alpha/rtld_machine.c
+++ b/libexec/ld.so/alpha/rtld_machine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtld_machine.c,v 1.34 2005/09/22 01:33:07 drahn Exp $ */
+/* $OpenBSD: rtld_machine.c,v 1.35 2006/02/22 19:50:21 miod Exp $ */
/*
* Copyright (c) 1999 Dale Rahn
@@ -35,8 +35,6 @@
#include <sys/mman.h>
#include <sys/exec.h>
-#include <machine/elf_machdep.h>
-
#include <nlist.h>
#include <link.h>
#include <signal.h>