From owner-cvs-sys Fri Dec 5 11:16:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26927 for cvs-sys-outgoing; Fri, 5 Dec 1997 11:16:14 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA26763; Fri, 5 Dec 1997 11:15:48 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA25935; Fri, 5 Dec 1997 11:14:38 -0800 (PST) Date: Fri, 5 Dec 1997 11:14:38 -0800 (PST) Message-Id: <199712051914.LAA25935@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys malloc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/05 11:14:38 PST Modified files: sys/sys malloc.h Log: Removed one `const' from the declaration of `ks_shortdesc'. The pointer isn't actually const in vmstat. Fixed pedantic syntax errors caused by trailing semicolons in macro definitions. Fixed style bugs and typos in revisions 1.26-1.33. Revision Changes Path 1.35 +12 -11 src/sys/sys/malloc.h