summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-10-29 16:19:58 +0000
committerkib <kib@FreeBSD.org>2009-10-29 16:19:58 +0000
commit83e13f232074a8e8be8536850f25512555edb8b2 (patch)
tree824886ffaac40428b2c8789036cafe65c645915e /sys/modules
parentd72d5acfe5ce013b74ce3ec8b4b585db39d70756 (diff)
downloadFreeBSD-src-83e13f232074a8e8be8536850f25512555edb8b2.zip
FreeBSD-src-83e13f232074a8e8be8536850f25512555edb8b2.tar.gz
MFC r197428:
Add per-process osrel node to the procfs, to allow read and set p_osrel value for the process.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/procfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 6c840ed..c3b3633 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -13,6 +13,7 @@ SRCS+= procfs_ioctl.c
SRCS+= procfs_map.c
SRCS+= procfs_mem.c
SRCS+= procfs_note.c
+SRCS+= procfs_osrel.c
SRCS+= procfs_regs.c
SRCS+= procfs_rlimit.c
SRCS+= procfs_status.c
OpenPOWER on IntegriCloud