=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/if.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/systat/if.c 2006/11/28 19:21:15 1.8 --- src/usr.bin/systat/if.c 2007/02/25 18:21:24 1.9 *************** *** 1,4 **** ! /* $OpenBSD: if.c,v 1.8 2006/11/28 19:21:15 reyk Exp $ */ /* * Copyright (c) 2004 Markus Friedl * --- 1,4 ---- ! /* $OpenBSD: if.c,v 1.9 2007/02/25 18:21:24 deraadt Exp $ */ /* * Copyright (c) 2004 Markus Friedl * *************** *** 58,64 **** openifstat(void) { ! return (subwin(stdscr, LINES-5-1, 0, 5, 0)); } void --- 58,64 ---- openifstat(void) { ! return (subwin(stdscr, LINES-1-1, 0, 1, 0)); } void *************** *** 212,217 **** --- 212,218 ---- case LINK_STATE_DOWN: return (":D"); case LINK_STATE_UNKNOWN: + default: return (""); } }