Module Name:    src
Committed By:   pgoyette
Date:           Mon Sep  9 11:29:24 UTC 2024

Modified Files:
        src/sys/miscfs/procfs: procfs_vfsops.c

Log Message:
procfs grew a new dependency


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/miscfs/procfs/procfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/miscfs/procfs/procfs_vfsops.c
diff -u src/sys/miscfs/procfs/procfs_vfsops.c:1.117 src/sys/miscfs/procfs/procfs_vfsops.c:1.118
--- src/sys/miscfs/procfs/procfs_vfsops.c:1.117	Mon Jul  1 01:35:53 2024
+++ src/sys/miscfs/procfs/procfs_vfsops.c	Mon Sep  9 11:29:24 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: procfs_vfsops.c,v 1.117 2024/07/01 01:35:53 christos Exp $	*/
+/*	$NetBSD: procfs_vfsops.c,v 1.118 2024/09/09 11:29:24 pgoyette Exp $	*/
 
 /*
  * Copyright (c) 1993
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.117 2024/07/01 01:35:53 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.118 2024/09/09 11:29:24 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -107,7 +107,7 @@ __KERNEL_RCSID(0, "$NetBSD: procfs_vfsop
 
 #include <uvm/uvm_extern.h>			/* for PAGE_SIZE */
 
-MODULE(MODULE_CLASS_VFS, procfs, "ptrace_common");
+MODULE(MODULE_CLASS_VFS, procfs, "ptrace_common,mqueue");
 
 VFS_PROTOS(procfs);
 

Reply via email to