Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Fix comment - thanks Ryo Shimizu
details: https://anonhg.NetBSD.org/src/rev/511ecc7ea9bb
branches: trunk
changeset: 1007949:511ecc7ea9bb
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Mar 05 13:11:30 2020 +0000
description:
Fix comment - thanks Ryo Shimizu
diffstat:
sys/conf/files | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 7adf568f0991 -r 511ecc7ea9bb sys/conf/files
--- a/sys/conf/files Thu Mar 05 12:21:00 2020 +0000
+++ b/sys/conf/files Thu Mar 05 13:11:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1257 2020/03/04 02:20:56 pgoyette Exp $
+# $NetBSD: files,v 1.1258 2020/03/05 13:11:30 pgoyette Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20171118
@@ -165,8 +165,8 @@
defflag COMPAT_SUNOS: COMPAT_09, COMPAT_43
defflag COMPAT_ULTRIX: COMPAT_50
-# mips64 has COMPAT_NETBSD64 but cannot have EXEC_AOUT; all other users
-# of COMPAT_NETBSD64 need EXEC_AOUT
+# mips64 has COMPAT_NETBSD32 but cannot have EXEC_AOUT; all other users
+# of COMPAT_NETBSD32 need EXEC_AOUT
ifdef mips
defflag COMPAT_NETBSD32
else
Home |
Main Index |
Thread Index |
Old Index