Date: Fri, 23 Mar 2001 22:26:48 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c Message-ID: <200103240626.f2O6QmS02352@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/03/23 22:26:48 PST Modified files: sys/kern kern_intr.c Log: Use (..., "%s", foo) instead of (..., foo) to avoid a warning about a non-constant format string when calling kthread_create() to create an ithread. Revision Changes Path 1.50 +2 -2 src/sys/kern/kern_intr.c 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?200103240626.f2O6QmS02352>