artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680971c
)
__NetBSD__ is going away from our gcc specs
author
niklas
<niklas@openbsd.org>
Mon, 17 Feb 1997 09:23:58 +0000
(09:23 +0000)
committer
niklas
<niklas@openbsd.org>
Mon, 17 Feb 1997 09:23:58 +0000
(09:23 +0000)
gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs
b/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs
index
a2a6816
..
86643f6
100644
(file)
--- a/
gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs
+++ b/
gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs
@@
-119,7
+119,7
@@
#endif
#ifndef HAS_DLERROR
-# if
def __NetBSD__
+# if
defined(__NetBSD__) || defined(__OpenBSD__)
# define dlerror() strerror(errno)
# else
# define dlerror() "Unknown error - dlerror() not implemented"