diff options
| author | John Levon <john.levon@sun.com> | 2010-06-10 18:27:18 -0700 |
|---|---|---|
| committer | John Levon <john.levon@sun.com> | 2010-06-10 18:27:18 -0700 |
| commit | 44c4f64b9f50f21ae3e51ad48a595c85f53db4bc (patch) | |
| tree | acec7a2cf16eed6b62163744b46431a1bdd81ecc /usr/src/uts/common/vm | |
| parent | bfbb13c994c87d0453ca6bb826470ec99a909992 (diff) | |
| download | illumos-joyent-44c4f64b9f50f21ae3e51ad48a595c85f53db4bc.tar.gz | |
PSARC 2004/445 EOF of vmstat -c option
4801975 remove flushmeter + kstats after EOF period (PSARC 2004/445)
5034996 remove vmstat -c (after EOF period for PSARC 2004/445)
Diffstat (limited to 'usr/src/uts/common/vm')
| -rw-r--r-- | usr/src/uts/common/vm/vm_pvn.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/common/vm/vm_pvn.c b/usr/src/uts/common/vm/vm_pvn.c index 22e7a89a34..7233581227 100644 --- a/usr/src/uts/common/vm/vm_pvn.c +++ b/usr/src/uts/common/vm/vm_pvn.c @@ -19,8 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2010 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 1986, 2010, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ @@ -50,7 +49,6 @@ #include <sys/buf.h> #include <sys/vnode.h> #include <sys/uio.h> -#include <sys/vmmeter.h> #include <sys/vmsystm.h> #include <sys/mman.h> #include <sys/vfs.h> |
