=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/display.c,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.bin/top/display.c 2013/01/14 21:33:59 1.44 --- src/usr.bin/top/display.c 2013/01/14 21:35:08 1.45 *************** *** 1,4 **** ! /* $OpenBSD: display.c,v 1.44 2013/01/14 21:33:59 guenther Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: display.c,v 1.45 2013/01/14 21:35:08 guenther Exp $ */ /* * Top users/processes display for Unix *************** *** 163,169 **** if (smart_terminal) { addstrp = addstr; ! printwp = (int(*)(const char *, ...))printw; standoutp = standout; standendp = standend; } else { --- 163,169 ---- if (smart_terminal) { addstrp = addstr; ! printwp = printw; standoutp = standout; standendp = standend; } else {