Don't include sys/exec.h.

This commit is contained in:
David Greenman 1994-09-25 21:11:36 +00:00
parent e96613d352
commit 4170723f07
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3101

View file

@ -45,7 +45,6 @@ static char sccsid[] = "@(#)kvm_file.c 8.1 (Berkeley) 6/4/93";
#include <sys/param.h>
#include <sys/user.h>
#include <sys/proc.h>
#include <sys/exec.h>
#define KERNEL
#include <sys/file.h>
#undef KERNEL