From 08eef7d34c578869595298ca52492616c9e5fdb1 Mon Sep 17 00:00:00 2001 From: kib Date: Wed, 23 Sep 2009 12:08:08 +0000 Subject: Add per-process osrel node to the procfs, to allow read and set p_osrel value for the process. Approved by: des (procfs maintainer) MFC after: 3 weeks --- sys/modules/procfs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/modules/procfs') 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 -- cgit v1.1