diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
| commit | 47cfdb166d16af183216e459e4e48aff9d2beabf (patch) | |
| tree | 93aceb4227ab2f9f24d54737e22b76e485ae9796 /sys/miscfs/procfs/procfs_map.c | |
| parent | 4f36d4ac99675f748f0e5b7ca061c49573d3ecbd (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/procfs/procfs_map.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_map.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs_map.c b/sys/miscfs/procfs/procfs_map.c index 7033e1cea7ba..55d003a9ba6f 100644 --- a/sys/miscfs/procfs/procfs_map.c +++ b/sys/miscfs/procfs/procfs_map.c @@ -36,9 +36,11 @@ * * @(#)procfs_status.c 8.3 (Berkeley) 2/17/94 * - * $Id: procfs_map.c,v 1.13 1997/11/14 22:57:46 tegge Exp $ + * $Id: procfs_map.c,v 1.14 1998/01/06 05:19:54 dyson Exp $ */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> |
