artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08b1808
)
need "archdep.h" for _dl_md_plabel on hppa
author
deraadt
<deraadt@openbsd.org>
Sat, 8 Jan 2022 17:28:49 +0000
(17:28 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 8 Jan 2022 17:28:49 +0000
(17:28 +0000)
libexec/ld.so/dlfcn.c
patch
|
blob
|
history
diff --git
a/libexec/ld.so/dlfcn.c
b/libexec/ld.so/dlfcn.c
index
b3e9862
..
ca2d6f1
100644
(file)
--- a/
libexec/ld.so/dlfcn.c
+++ b/
libexec/ld.so/dlfcn.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dlfcn.c,v 1.1
09 2022/01/08 06:49:41 guenther
Exp $ */
+/* $OpenBSD: dlfcn.c,v 1.1
10 2022/01/08 17:28:49 deraadt
Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@
-36,6
+36,7
@@
#include "syscall.h"
#include "util.h"
#include "resolve.h"
+#include "archdep.h"
int _dl_errno;
static int _dl_tracelib;