Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpvfs rumpvfs: Link in secmodel_extension...



details:   https://anonhg.NetBSD.org/src/rev/813e646edba5
branches:  trunk
changeset: 374433:813e646edba5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Apr 22 18:55:59 2023 +0000

description:
rumpvfs: Link in secmodel_extensions_vfs.c as intended, like kernel.

Forgot to commit this part when splitting up secmodel_extensions.c.

diffstat:

 sys/rump/librump/rumpvfs/Makefile.rumpvfs |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 0faa5fea70d9 -r 813e646edba5 sys/rump/librump/rumpvfs/Makefile.rumpvfs
--- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs Sat Apr 22 17:49:14 2023 +0000
+++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs Sat Apr 22 18:55:59 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpvfs,v 1.51 2023/04/22 13:54:59 riastradh Exp $
+#      $NetBSD: Makefile.rumpvfs,v 1.52 2023/04/22 18:55:59 riastradh Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -12,6 +12,7 @@ MAN=  rump_etfs.3 rumpfs.4
 
 .PATH: ${RUMPTOP}/librump/rumpvfs ${RUMPTOP}/librump           \
        ${RUMPTOP}/../kern                                      \
+       ${RUMPTOP}/../secmodel/extensions                       \
        ${RUMPTOP}/../miscfs/genfs                              \
        ${RUMPTOP}/../miscfs/specfs ${RUMPTOP}/../miscfs/deadfs \
        ${RUMPTOP}/../compat/common ${RUMPTOP}/../uvm           \
@@ -42,6 +43,9 @@ SRCS+=        vfs_acl.c vfs_bio.c vfs_cache.c v
 # sys/kern module support
 SRCS+= kern_module_vfs.c subr_kobj_vfs.c
 
+# sys/secmodel/extensions
+SRCS+= secmodel_extensions_vfs.c
+
 # sys/uvm
 SRCS+= uvm_vnode.c
 



Home | Main Index | Thread Index | Old Index