Date: Thu, 21 Apr 2005 22:19:22 +0000 (UTC) From: Paul Saab <ps@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c src/sys/i386/ibcs2 ibcs2_misc.c src/sys/kern kern_exit.c kern_resource.c src/sys/sys resource.h syscallsubr.h wait.h Message-ID: <200504212219.j3LMJMAR060335@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2005-04-21 22:19:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/compat/svr4 svr4_misc.c sys/i386/ibcs2 ibcs2_misc.c sys/kern kern_exit.c kern_resource.c sys/sys resource.h syscallsubr.h wait.h Log: MFC: - Move the function prototypes for kern_setrlimit() and kern_wait() to sys/syscallsubr.h where all the other kern_foo() prototypes live. Revision Changes Path 1.71.2.6 +1 -0 src/sys/compat/svr4/svr4_misc.c 1.55.2.3 +1 -0 src/sys/i386/ibcs2/ibcs2_misc.c 1.245.2.9 +1 -0 src/sys/kern/kern_exit.c 1.143.2.3 +1 -0 src/sys/kern/kern_resource.c 1.23.2.2 +1 -2 src/sys/sys/resource.h 1.11.2.8 +5 -0 src/sys/sys/syscallsubr.h 1.20.2.1 +2 -6 src/sys/sys/wait.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504212219.j3LMJMAR060335>