Source-Changes-HG archive

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

[src/trunk]: src/sys/conf undo previous since config has been fixed



details:   https://anonhg.NetBSD.org/src/rev/86b631853ba6
branches:  trunk
changeset: 745612:86b631853ba6
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 08 00:18:41 2020 +0000

description:
undo previous since config has been fixed

diffstat:

 sys/conf/files |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 8b7b672f30fd -r 86b631853ba6 sys/conf/files
--- a/sys/conf/files    Sun Mar 08 00:14:18 2020 +0000
+++ b/sys/conf/files    Sun Mar 08 00:18:41 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1260 2020/03/07 18:08:47 thorpej Exp $
+#      $NetBSD: files,v 1.1261 2020/03/08 00:18:41 christos Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20171118
@@ -169,13 +169,11 @@
 # other users of COMPAT_NETBSD32 need EXEC_AOUT
 ifdef mips
 defflag                                COMPAT_NETBSD32
-else
-ifdef aarch64
+elifdef aarch64
 defflag                                COMPAT_NETBSD32
 else
 defflag                                COMPAT_NETBSD32 : EXEC_AOUT
 endif
-endif
 
 defflag                                COMPAT_SYSV
 defflag                                SYSV_IPC        : SYSVSHM, SYSVSEM, SYSVMSG



Home | Main Index | Thread Index | Old Index