diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-08-11 20:35:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-08-11 20:35:38 +0000 |
| commit | fdf4e8b30c692a3abf7d5f13def2d5ce12c8174c (patch) | |
| tree | bef92cf2a8e15bd8b876522cc8a5e177c3da7c93 /sys/kern/kern_exec.c | |
| parent | 7308467da965cb9d93a51e13d5f6e050f67a1c9e (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_exec.c')
| -rw-r--r-- | sys/kern/kern_exec.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index cb7fe3c99bc1..ef105514faf2 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_exec.c,v 1.98 1999/04/19 14:14:09 peter Exp $ + * $Id: kern_exec.c,v 1.99 1999/04/27 11:15:55 phk Exp $ */ #include <sys/param.h> @@ -229,6 +229,9 @@ interpret: p->p_fd = tmp; } + /* Stop profiling */ + stopprofclock(p); + /* close files on exec */ fdcloseexec(p); |
