diff options
author | 2006-02-22 19:50:21 +0000 | |
---|---|---|
committer | 2006-02-22 19:50:21 +0000 | |
commit | af04a5be0c7c849a4e42f2da6596af70f30aa05c (patch) | |
tree | 371d667c079526fc188c94618aeaf62aec892db7 | |
parent | Fix size in snprintf() call; previous value turned out to be correct by luck. (diff) | |
download | wireguard-openbsd-af04a5be0c7c849a4e42f2da6596af70f30aa05c.tar.xz wireguard-openbsd-af04a5be0c7c849a4e42f2da6596af70f30aa05c.zip |
No need to include <machine/elf_machdep.h>
-rw-r--r-- | libexec/ld.so/alpha/rtld_machine.c | 4 |
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> |