* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID (from unsaved buffers).

TODO: revisit interaction between native compat and emul compat usage.
This commit is contained in:
jonathan 1998-07-05 18:27:18 +00:00
parent 3e0c580f27
commit 3472ba67bb
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.111 1998/07/04 22:18:23 jonathan Exp $ */
/* $NetBSD: machdep.c,v 1.112 1998/07/05 18:27:18 jonathan Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -45,6 +45,7 @@
#include "opt_ddb.h"
#include "opt_uvm.h"
#include "opt_compat_hpux.h"
#include "opt_compat_netbsd.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: wsdisplay_compat_usl.c,v 1.4 1998/06/25 22:50:31 thorpej Exp $ */
/* $NetBSD: wsdisplay_compat_usl.c,v 1.5 1998/07/05 18:27:18 jonathan Exp $ */
/*
* Copyright (c) 1998
@ -33,6 +33,7 @@
*/
#include "opt_compat_freebsd.h"
#include "opt_compat_netbsd.h"
#include <sys/param.h>
#include <sys/systm.h>