From owner-freebsd-commit Thu Sep 14 09:25:45 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA14796 for freebsd-commit-outgoing; Thu, 14 Sep 1995 09:25:45 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA14771 for cvs-all-outgoing; Thu, 14 Sep 1995 09:25:26 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA14757 for cvs-sys-outgoing; Thu, 14 Sep 1995 09:25:15 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA14740 ; Thu, 14 Sep 1995 09:25:08 -0700 Date: Thu, 14 Sep 1995 09:25:08 -0700 From: "Garrett A. Wollman" Message-Id: <199509141625.JAA14740@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys malloc.h Sender: commit-owner@FreeBSD.org Precedence: bulk wollman 95/09/14 09:25:07 Modified: sys/sys malloc.h Log: Remove bogus (caddr_t) casts from FREE macros; they can obscure serious bugs that the type-checking would otherwise have found. (This has no effect on anything that I noticed in the current system other than finding the bug in some code that I am writing.)