summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-07-12 19:15:00 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-07-12 19:15:00 +0000
commit6fea067b0449f7afbb63cad799d78acf4769dfb6 (patch)
tree1f2c1f033eabee124769ea0de26957d8192be7b1
parent96605414b1380e087e4e440be46c9c8dc12ffdc3 (diff)
guenther (who also should have been credited in previous free size commits)
noticed that i missed committing one file.
-rw-r--r--sys/lib/libz/zopenbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/libz/zopenbsd.c b/sys/lib/libz/zopenbsd.c
index b74c4bc6bed..7c6a772daa1 100644
--- 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);
}