1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove includes that are no longer needed, now that the core dumping

code has been moved into the respective imgact_xxx.c sources.
This commit is contained in:
John Polstra 1998-09-14 23:25:18 +00:00
parent e8f80c1aca
commit c284427561
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39200

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_sig.c 8.7 (Berkeley) 4/18/94
* $Id: kern_sig.c,v 1.45 1998/07/28 22:33:47 joerg Exp $
* $Id: kern_sig.c,v 1.46 1998/09/14 05:36:49 jdp Exp $
*/
#include "opt_compat.h"
@ -68,14 +68,6 @@
#include <machine/smp.h>
#endif
/* All these for coredump() only. */
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <sys/lock.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <sys/user.h>
static int killpg1 __P((struct proc *cp, int signum, int pgid, int all));
static void setsigvec __P((struct proc *p, int signum, struct sigaction *sa));
static void stop __P((struct proc *));