artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335bf42
)
spacing
author
deraadt
<deraadt@openbsd.org>
Tue, 12 Dec 2017 07:47:58 +0000
(07:47 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 12 Dec 2017 07:47:58 +0000
(07:47 +0000)
libexec/ld.so/dir.c
patch
|
blob
|
history
diff --git
a/libexec/ld.so/dir.c
b/libexec/ld.so/dir.c
index
4b4507d
..
574386a
100644
(file)
--- a/
libexec/ld.so/dir.c
+++ b/
libexec/ld.so/dir.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dir.c,v 1.2
3 2015/01/16 16:18:07
deraadt Exp $ */
+/* $OpenBSD: dir.c,v 1.2
4 2017/12/12 07:47:58
deraadt Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@
-73,7
+73,7
@@
_dl_opendir(const char *name)
dirp->dd_buf = _dl_malloc(dirp->dd_len);
if (dirp->dd_buf == NULL) {
_dl_free(dirp);
- _dl_close
(fd);
+ _dl_close(fd);
return (NULL);
}