Date: Thu, 7 Jun 2007 19:45:20 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thr.c src/sys/sys syscallsubr.h thr.h Message-ID: <200706071945.l57JjKwu030570@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-06-07 19:45:19 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c sys/sys syscallsubr.h thr.h Log: - Remove unused variable from create_thread(). - Move kern_thr_*() prototype to <sys/syscallsubr.h> where all the other kern_*() prototypes live. Revision Changes Path 1.61 +1 -2 src/sys/kern/kern_thr.c 1.46 +3 -0 src/sys/sys/syscallsubr.h 1.13 +1 -4 src/sys/sys/thr.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706071945.l57JjKwu030570>