#include "opt_ptrace.h"

This commit is contained in:
matt 2006-08-30 10:17:49 +00:00
parent 4a82747a8f
commit 1f5dae8a54
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_process.c,v 1.105 2006/08/29 23:34:48 matt Exp $ */
/* $NetBSD: sys_process.c,v 1.106 2006/08/30 10:17:49 matt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -89,9 +89,10 @@
*/
#include "opt_coredump.h"
#include "opt_ptrace.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sys_process.c,v 1.105 2006/08/29 23:34:48 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: sys_process.c,v 1.106 2006/08/30 10:17:49 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>