aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/i386/machdep.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-12-27 02:28:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-12-27 02:28:28 +0000
commit19d768b80b9b900d86bf0e35c000b48c40803e8b (patch)
treef73b7c679da8f4295ccb15c93825e7a677214a78 /sys/pc98/i386/machdep.c
parenta82e63028fe2b6c945c6d2c2b64e7542cc99878f (diff)
downloadsrc-19d768b80b9b900d86bf0e35c000b48c40803e8b.tar.gz
src-19d768b80b9b900d86bf0e35c000b48c40803e8b.zip
#include "opt_user_ldt.h" so that the #ifdef USER_LDT checks can work, as
commented about at length in the PR audit trail. PR: 2412
Notes
Notes: svn path=/head/; revision=32010
Diffstat (limited to 'sys/pc98/i386/machdep.c')
-rw-r--r--sys/pc98/i386/machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 0e473ecbbfcf..9d5a5ead37e3 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.65 1997/12/14 12:31:44 kato Exp $
+ * $Id: machdep.c,v 1.66 1997/12/16 10:22:49 kato Exp $
*/
#include "apm.h"
@@ -47,6 +47,7 @@
#include "opt_perfmon.h"
#include "opt_smp.h"
#include "opt_sysvipc.h"
+#include "opt_user_ldt.h"
#include "opt_userconfig.h"
#include "opt_vm86.h"