This should need opt_execfmt.h.
This commit is contained in:
parent
e70308f9ea
commit
3c2e2c8622
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.15 1998/08/21 14:52:30 tsubai Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.16 1998/09/28 23:42:48 erh Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -43,12 +43,13 @@
|
|||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 1998/08/21 14:52:30 tsubai Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.16 1998/09/28 23:42:48 erh Exp $");
|
||||
|
||||
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
|
||||
|
||||
#include "fs_mfs.h"
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_execfmt.h"
|
||||
#include "opt_uvm.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
Loading…
Reference in New Issue