summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/procfs/procfs.h')
-rw-r--r--sys/miscfs/procfs/procfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs.h b/sys/miscfs/procfs/procfs.h
index 79a77da..aabb1d3 100644
--- a/sys/miscfs/procfs/procfs.h
+++ b/sys/miscfs/procfs/procfs.h
@@ -36,7 +36,7 @@
*
* @(#)procfs.h 8.6 (Berkeley) 2/3/94
*
- * $Id: procfs.h,v 1.2 1994/08/02 07:45:08 davidg Exp $
+ * $Id: procfs.h,v 1.3 1995/03/16 18:13:45 bde Exp $
*/
/*
@@ -79,6 +79,7 @@ struct pfsnode {
((cnp)->cn_namelen == (len) && \
(bcmp((s), (cnp)->cn_nameptr, (len)) == 0))
+#define KMEM_GROUP 2
/*
* Format of a directory entry in /proc, ...
* This must map onto struct dirent (see <dirent.h>)
OpenPOWER on IntegriCloud