From owner-cvs-all Tue Feb 20 2:39:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 486D437B67D; Tue, 20 Feb 2001 02:39:56 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1KAduM09901; Tue, 20 Feb 2001 02:39:56 -0800 (PST) (envelope-from jhb) Message-Id: <200102201039.f1KAduM09901@freefall.freebsd.org> From: John Baldwin Date: Tue, 20 Feb 2001 02:39:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktr.c src/sys/sys ktr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/02/20 02:39:55 PST Modified files: sys/kern kern_ktr.c sys/sys ktr.h Log: - In the KTR_EXTEND case, use a const char * to point to the passed in filename insteada of copying the first 32 characters of it. - Add in const modifiers for the passed in format strings and filenames and their respective members in the ktr_entry struct. Revision Changes Path 1.15 +6 -6 src/sys/kern/kern_ktr.c 1.9 +7 -10 src/sys/sys/ktr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message