=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/machine.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/top/machine.h 2002/02/17 19:42:33 1.4 +++ src/usr.bin/top/machine.h 2002/06/12 06:07:16 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: machine.h,v 1.4 2002/02/17 19:42:33 millert Exp $ */ +/* $OpenBSD: machine.h,v 1.5 2002/06/12 06:07:16 mpech Exp $ */ /* * This file defines the interface between top and the machine-dependent @@ -25,7 +25,7 @@ struct system_info { - int last_pid; + pid_t last_pid; double load_avg[NUM_AVERAGES]; int p_total; int p_active; /* number of procs considered "active" */