Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/modules/compat_netbsd32 Add missing file to th...



details:   https://anonhg.NetBSD.org/src/rev/0c847d0905a2
branches:  pgoyette-compat
changeset: 830861:0c847d0905a2
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Oct 04 02:20:29 2018 +0000

description:
Add missing file to the build

diffstat:

 sys/modules/compat_netbsd32/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c7d7a4061803 -r 0c847d0905a2 sys/modules/compat_netbsd32/Makefile
--- a/sys/modules/compat_netbsd32/Makefile      Thu Oct 04 01:56:03 2018 +0000
+++ b/sys/modules/compat_netbsd32/Makefile      Thu Oct 04 02:20:29 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20.12.14 2018/09/27 02:44:24 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.20.12.15 2018/10/04 02:20:29 pgoyette Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -28,6 +28,7 @@
 SRCS+= netbsd32_exec_elf32.c
 SRCS+= netbsd32_execve.c netbsd32_fs.c
 SRCS+= netbsd32_ioctl.c
+SRCS+= netbsd32_kern_proc.c
 SRCS+= netbsd32_lwp.c netbsd32_netbsd.c
 SRCS+= netbsd32_select.c
 SRCS+= netbsd32_sem.c netbsd32_signal.c



Home | Main Index | Thread Index | Old Index