This commit is contained in:
cgd 1994-05-11 07:35:54 +00:00
parent c5a09332b5
commit 8169628f13
4 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93 # from: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.7 1994/05/11 07:35:54 cgd Exp $
PROG= vmstat PROG= vmstat
CFLAGS+=-I/sys
MAN8= vmstat.0 MAN8= vmstat.0
BINGRP= kmem BINGRP= kmem
BINMODE=2555 BINMODE=2555

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)names.c 8.1 (Berkeley) 6/6/93 * from: @(#)names.c 8.1 (Berkeley) 6/6/93
* $Id: names.c,v 1.9 1994/05/11 07:35:56 cgd Exp $
*/ */
#if !defined(hp300) && !defined(tahoe) && !defined(vax) && \ #if !defined(hp300) && !defined(tahoe) && !defined(vax) && \

View File

@ -29,7 +29,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93 .\" from: @(#)vmstat.8 8.1 (Berkeley) 6/6/93
.\" $Id: vmstat.8,v 1.8 1994/05/11 07:35:57 cgd Exp $
.\" .\"
.TH VMSTAT 1 "June 6, 1993" .TH VMSTAT 1 "June 6, 1993"
.UC 4 .UC 4

View File

@ -38,7 +38,8 @@ static char copyright[] =
#endif /* not lint */ #endif /* not lint */
#ifndef lint #ifndef lint
static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; /* from: static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; */
static char *rcsid = "$Id: vmstat.c,v 1.14 1994/05/11 07:35:58 cgd Exp $";
#endif /* not lint */ #endif /* not lint */
#include <sys/param.h> #include <sys/param.h>