diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-01-21 09:41:52 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-01-21 09:41:52 +0000 |
| commit | e4ba1db60a8c4f540b66d93188f166ef98892338 (patch) | |
| tree | beb59795189db5672558a61dae859d9650a24727 | |
| parent | 81522c62fa5ffd8dc99f340c15af56e9d76237d8 (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_meter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index bb52f66851cd..db0aaf2ed93c 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm_meter.c 8.4 (Berkeley) 1/4/94 - * $Id: vm_meter.c,v 1.27 1998/10/31 17:21:31 peter Exp $ + * $Id: vm_meter.c,v 1.28 1999/01/21 08:29:11 dillon Exp $ */ #include <sys/param.h> |
