=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.98 retrieving revision 1.99 diff -c -r1.98 -r1.99 *** src/usr.bin/top/top.c 2018/11/28 22:00:30 1.98 --- src/usr.bin/top/top.c 2019/10/06 15:08:54 1.99 *************** *** 1,4 **** ! /* $OpenBSD: top.c,v 1.98 2018/11/28 22:00:30 kn Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: top.c,v 1.99 2019/10/06 15:08:54 kn Exp $ */ /* * Top users/processes display for Unix *************** *** 336,342 **** int preset_argc = 0, ac = argc, active_procs, i, ncpuonline_now; sigset_t mask, oldmask; time_t curr_time; ! caddr_t processes; /* set the buffer for stdout */ #ifdef DEBUG --- 336,342 ---- int preset_argc = 0, ac = argc, active_procs, i, ncpuonline_now; sigset_t mask, oldmask; time_t curr_time; ! struct handle *processes; /* set the buffer for stdout */ #ifdef DEBUG