Source-Changes-HG archive

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

[src/trunk]: src/sys/miscfs/procfs Module procfs needs ptrace_common for proc...



details:   https://anonhg.NetBSD.org/src/rev/540fe81feede
branches:  trunk
changeset: 348694:540fe81feede
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Nov 03 03:53:32 2016 +0000

description:
Module procfs needs ptrace_common for process_do{,fp}regs

diffstat:

 sys/miscfs/procfs/procfs_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f3cc83d2b0ac -r 540fe81feede sys/miscfs/procfs/procfs_vfsops.c
--- a/sys/miscfs/procfs/procfs_vfsops.c Thu Nov 03 03:37:06 2016 +0000
+++ b/sys/miscfs/procfs/procfs_vfsops.c Thu Nov 03 03:53:32 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: procfs_vfsops.c,v 1.94 2014/11/10 18:46:34 maxv Exp $  */
+/*     $NetBSD: procfs_vfsops.c,v 1.95 2016/11/03 03:53:32 pgoyette Exp $      */
 
 /*
  * Copyright (c) 1993
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.94 2014/11/10 18:46:34 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.95 2016/11/03 03:53:32 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -105,7 +105,7 @@
 
 #include <uvm/uvm_extern.h>                    /* for PAGE_SIZE */
 
-MODULE(MODULE_CLASS_VFS, procfs, NULL);
+MODULE(MODULE_CLASS_VFS, procfs, "ptrace_common");
 
 VFS_PROTOS(procfs);
 



Home | Main Index | Thread Index | Old Index