From 6110b555dbb3e6914264180011fb2ca1ebef4082 Mon Sep 17 00:00:00 2001 From: tedu Date: Sat, 12 Jul 2014 19:14:59 +0000 Subject: [PATCH] guenther (who also should have been credited in previous free size commits) noticed that i missed committing one file. --- sys/lib/libz/zopenbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1