=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vmstat/vmstat.c,v retrieving revision 1.108 retrieving revision 1.109 diff -c -r1.108 -r1.109 *** src/usr.bin/vmstat/vmstat.c 2007/12/30 13:29:52 1.108 --- src/usr.bin/vmstat/vmstat.c 2008/03/16 11:11:59 1.109 *************** *** 1,5 **** /* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */ ! /* $OpenBSD: vmstat.c,v 1.108 2007/12/30 13:29:52 sobrado Exp $ */ /* * Copyright (c) 1980, 1986, 1991, 1993 --- 1,5 ---- /* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */ ! /* $OpenBSD: vmstat.c,v 1.109 2008/03/16 11:11:59 sobrado Exp $ */ /* * Copyright (c) 1980, 1986, 1991, 1993 *************** *** 40,46 **** #if 0 static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #else ! static const char rcsid[] = "$OpenBSD: vmstat.c,v 1.108 2007/12/30 13:29:52 sobrado Exp $"; #endif #endif /* not lint */ --- 40,46 ---- #if 0 static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #else ! static const char rcsid[] = "$OpenBSD: vmstat.c,v 1.109 2008/03/16 11:11:59 sobrado Exp $"; #endif #endif /* not lint */ *************** *** 1145,1150 **** usage(void) { (void)fprintf(stderr, "usage: %s [-fimstvz] [-c count] [-M core] " ! "[-N system] [-w wait] [disks]\n", __progname); exit(1); } --- 1145,1150 ---- usage(void) { (void)fprintf(stderr, "usage: %s [-fimstvz] [-c count] [-M core] " ! "[-N system] [-w wait] [disk ...]\n", __progname); exit(1); }