Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys defopt COMPAT_VAX1K



details:   https://anonhg.NetBSD.org/src/rev/ff5eade6a6b9
branches:  trunk
changeset: 480643:ff5eade6a6b9
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jan 17 02:59:25 2000 +0000

description:
defopt COMPAT_VAX1K

diffstat:

 sys/conf/files       |  3 ++-
 sys/kern/exec_conf.c |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r eb1ddf70b32d -r ff5eade6a6b9 sys/conf/files
--- a/sys/conf/files    Mon Jan 17 02:37:59 2000 +0000
+++ b/sys/conf/files    Mon Jan 17 02:59:25 2000 +0000
@@ -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_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
diff -r eb1ddf70b32d -r ff5eade6a6b9 sys/kern/exec_conf.c
--- a/sys/kern/exec_conf.c      Mon Jan 17 02:37:59 2000 +0000
+++ b/sys/kern/exec_conf.c      Mon Jan 17 02:59:25 2000 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index