Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/kern Apply patch, requested by pgoyette in ticket #633:



details:   https://anonhg.NetBSD.org/src/rev/5a61ba54ee6c
branches:  netbsd-9
changeset: 843776:5a61ba54ee6c
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jan 21 15:33:33 2020 +0000

description:
Apply patch, requested by pgoyette in ticket #633:

PR kern/54874: fix load failure of the exec_aout kernel module.

diffstat:

 sys/kern/files.kern |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b0fd52f6eea2 -r 5a61ba54ee6c sys/kern/files.kern
--- a/sys/kern/files.kern       Tue Jan 21 15:26:46 2020 +0000
+++ b/sys/kern/files.kern       Tue Jan 21 15:33:33 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.kern,v 1.34 2019/04/04 20:19:07 christos Exp $
+#      $NetBSD: files.kern,v 1.34.4.1 2020/01/21 15:33:33 martin Exp $
 
 #
 # kernel sources
@@ -16,7 +16,8 @@
 file   kern/compat_stub.c              kern
 file   kern/core_elf32.c               exec_elf32
 file   kern/core_elf64.c               exec_elf64
-file   kern/core_netbsd.c              exec_aout | exec_coff | exec_ecoff
+file   kern/core_netbsd.c              exec_aout | exec_coff | exec_ecoff |
+                                       modular
 file   kern/cnmagic.c                  kern
 file   kern/exec_aout.c                exec_aout
 file   kern/exec_ecoff.c               exec_ecoff



Home | Main Index | Thread Index | Old Index