Date: Tue, 20 Feb 2001 02:39:55 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktr.c src/sys/sys ktr.h Message-ID: <200102201039.f1KAduM09901@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102201039.f1KAduM09901>