defopt COMPAT_VAX1K

This commit is contained in:
matt 2000-01-17 02:59:25 +00:00
parent f6c95d891c
commit 2dd872c9b4
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.341 2000/01/09 02:22:25 oster Exp $
# $NetBSD: files,v 1.342 2000/01/17 02:59:26 matt Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -42,6 +42,7 @@ defopt COMPAT_ULTRIX
defopt COMPAT_NETBSD32
defopt COMPAT_AOUT
defopt COMPAT_M68K4K
defopt COMPAT_VAX1K
defopt COMPAT_43
defopt opt_compat_netbsd.h COMPAT_09 COMPAT_10 COMPAT_11 COMPAT_12
COMPAT_13 COMPAT_14 COMPAT_NOMID

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_conf.c,v 1.40 2000/01/02 13:39:50 msaitoh Exp $ */
/* $NetBSD: exec_conf.c,v 1.41 2000/01/17 02:59:25 matt Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@ -40,6 +40,7 @@
#include "opt_compat_svr4.h"
#include "opt_compat_netbsd32.h"
#include "opt_compat_aout.h"
#include "opt_compat_vax1k.h"
#include <sys/param.h>
#include <sys/exec.h>