Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf fix compat paths.



details:   https://anonhg.NetBSD.org/src/rev/068225de0abb
branches:  trunk
changeset: 334916:068225de0abb
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 15 02:01:41 2014 +0000

description:
fix compat paths.

diffstat:

 sys/arch/amd64/conf/files.amd64 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0addd90f55f5 -r 068225de0abb sys/arch/amd64/conf/files.amd64
--- a/sys/arch/amd64/conf/files.amd64   Mon Dec 15 00:20:29 2014 +0000
+++ b/sys/arch/amd64/conf/files.amd64   Mon Dec 15 02:01:41 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amd64,v 1.85 2014/12/14 22:32:46 christos Exp $
+#      $NetBSD: files.amd64,v 1.86 2014/12/15 02:01:41 christos Exp $
 #
 # new style config file for amd64 architecture
 #
@@ -131,8 +131,8 @@
 # Compatibility modules
 #
 # Binary compatibility with previous NetBSD releases (COMPAT_XX)
-file   arch/i386/i386/compat_13_machdep.c      compat_13
-file   arch/i386/i386/compat_16_machdep.c      compat_16
+file   arch/amd64/amd64/compat_13_machdep.c    compat_13
+file   arch/amd64/amd64/compat_16_machdep.c    compat_16
 
 # NetBSD/i386 32-bit binary compatibility (COMPAT_NETBSD32)
 include "compat/netbsd32/files.netbsd32"



Home | Main Index | Thread Index | Old Index