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_mem.c | |
| parent | 4f36d4ac99675f748f0e5b7ca061c49573d3ecbd (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/procfs/procfs_mem.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_mem.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index c5ad55aa964d..009476d96e61 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -37,7 +37,7 @@ * * @(#)procfs_mem.c 8.5 (Berkeley) 6/15/94 * - * $Id: procfs_mem.c,v 1.27 1997/08/12 04:34:28 sef Exp $ + * $Id: procfs_mem.c,v 1.28 1998/01/22 17:30:01 dyson Exp $ */ /* @@ -45,6 +45,8 @@ * of sef's pread/pwrite functions */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> |
