Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Add COMPAT_70 to ERLITE for ifa_msghdr...



details:   https://anonhg.NetBSD.org/src/rev/ec41b4b9ccac
branches:  trunk
changeset: 818055:ec41b4b9ccac
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Sep 22 08:09:40 2016 +0000

description:
Add COMPAT_70 to ERLITE for ifa_msghdr changes.

diffstat:

 sys/arch/evbmips/conf/ERLITE |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r ca2cbd53029d -r ec41b4b9ccac sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE      Thu Sep 22 03:43:07 2016 +0000
+++ b/sys/arch/evbmips/conf/ERLITE      Thu Sep 22 08:09:40 2016 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ERLITE,v 1.12 2015/08/21 12:26:54 jmcneill Exp $
+#      $NetBSD: ERLITE,v 1.13 2016/09/22 08:09:40 roy Exp $
 
 include        "arch/mips/conf/std.octeon"
 include        "arch/evbmips/conf/files.octeon"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ERLITE-$Revision: 1.12 $"
+#ident                 "ERLITE-$Revision: 1.13 $"
 
 maxusers       32
 
@@ -51,6 +51,7 @@
 #options       COMPAT_20       # NetBSD 2.0 binary compatibility
 #options       COMPAT_30       # NetBSD 3.0 compatibility.
 #options       COMPAT_40       # NetBSD 4.0 compatibility.
+options        COMPAT_70       # NetBSD 7.0 binary compatibility.
 #options       EXEC_ECOFF      # exec ECOFF binaries
 #options       COMPAT_ULTRIX   # binary compatibility with Ultrix
 #options       COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.



Home | Main Index | Thread Index | Old Index