=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vmstat/vmstat.c,v retrieving revision 1.124 retrieving revision 1.125 diff -c -r1.124 -r1.125 *** src/usr.bin/vmstat/vmstat.c 2013/10/08 03:04:17 1.124 --- src/usr.bin/vmstat/vmstat.c 2013/10/31 02:00:11 1.125 *************** *** 1,5 **** /* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */ ! /* $OpenBSD: vmstat.c,v 1.124 2013/10/08 03:04:17 guenther 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.125 2013/10/31 02:00:11 deraadt Exp $ */ /* * Copyright (c) 1980, 1986, 1991, 1993 *************** *** 33,39 **** #include #include #include - #include #include #include #include --- 33,38 ----