artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb032ea
)
guenther (who also should have been credited in previous free size commits)
author
tedu
<tedu@openbsd.org>
Sat, 12 Jul 2014 19:14:59 +0000
(19:14 +0000)
committer
tedu
<tedu@openbsd.org>
Sat, 12 Jul 2014 19:14:59 +0000
(19:14 +0000)
noticed that i missed committing one file.
sys/lib/libz/zopenbsd.c
patch
|
blob
|
history
diff --git
a/sys/lib/libz/zopenbsd.c
b/sys/lib/libz/zopenbsd.c
index
b74c4bc
..
7c6a772
100644
(file)
--- a/
sys/lib/libz/zopenbsd.c
+++ b/
sys/lib/libz/zopenbsd.c
@@
-21,5
+21,5
@@
zcfree(notused, ptr)
void *notused;
void *ptr;
{
- free(ptr, M_DEVBUF);
+ free(ptr, M_DEVBUF
, 0
);
}