=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.51 retrieving revision 1.52 diff -c -r1.51 -r1.52 *** src/usr.bin/top/top.c 2007/05/29 00:56:56 1.51 --- src/usr.bin/top/top.c 2007/07/27 13:59:27 1.52 *************** *** 1,4 **** ! /* $OpenBSD: top.c,v 1.51 2007/05/29 00:56:56 otto Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: top.c,v 1.52 2007/07/27 13:59:27 deraadt Exp $ */ /* * Top users/processes display for Unix *************** *** 463,469 **** i = 0; /* do end-screen processing */ ! u_endscreen(i); /* now, flush the output buffer */ fflush(stdout); --- 463,469 ---- i = 0; /* do end-screen processing */ ! u_endscreen(); /* now, flush the output buffer */ fflush(stdout);