=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/iostat.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/systat/iostat.c 2006/06/29 21:17:27 1.26 --- src/usr.bin/systat/iostat.c 2007/02/25 18:21:24 1.27 *************** *** 1,4 **** ! /* $OpenBSD: iostat.c,v 1.26 2006/06/29 21:17:27 dlg Exp $ */ /* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: iostat.c,v 1.27 2007/02/25 18:21:24 deraadt Exp $ */ /* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */ /* *************** *** 34,40 **** #if 0 static char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: iostat.c,v 1.26 2006/06/29 21:17:27 dlg Exp $"; #endif /* not lint */ #include --- 34,40 ---- #if 0 static char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: iostat.c,v 1.27 2007/02/25 18:21:24 deraadt Exp $"; #endif /* not lint */ #include *************** *** 64,70 **** WINDOW * openiostat(void) { ! return (subwin(stdscr, LINES-1-5, 0, 5, 0)); } void --- 64,70 ---- WINDOW * openiostat(void) { ! return (subwin(stdscr, LINES-1-1, 0, 1, 0)); } void