From: tedu Date: Sat, 12 Jul 2014 19:14:59 +0000 (+0000) Subject: guenther (who also should have been credited in previous free size commits) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6110b555dbb3e6914264180011fb2ca1ebef4082;p=openbsd guenther (who also should have been credited in previous free size commits) noticed that i missed committing one file. --- 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); }