diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
| commit | 47cfdb166d16af183216e459e4e48aff9d2beabf (patch) | |
| tree | 93aceb4227ab2f9f24d54737e22b76e485ae9796 /sys/kern/kern_exec.c | |
| parent | 4f36d4ac99675f748f0e5b7ca061c49573d3ecbd (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_exec.c')
| -rw-r--r-- | sys/kern/kern_exec.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 76cbb934bf8d..cc62bc375ec5 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -23,9 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_exec.c,v 1.73 1998/01/06 05:15:34 dyson Exp $ + * $Id: kern_exec.c,v 1.74 1998/01/11 21:35:38 dyson Exp $ */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> |
