guenther (who also should have been credited in previous free size commits)
authortedu <tedu@openbsd.org>
Sat, 12 Jul 2014 19:14:59 +0000 (19:14 +0000)
committertedu <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

index b74c4bc..7c6a772 100644 (file)
@@ -21,5 +21,5 @@ zcfree(notused, ptr)
     void *notused;
     void *ptr;
 {
-    free(ptr, M_DEVBUF);
+    free(ptr, M_DEVBUF, 0);
 }