diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-06-12 06:07:18 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-06-12 06:07:18 +0000 |
commit | 2c5359ee4336522c89649a8e017da3fdf87fa8bd (patch) | |
tree | 60aa07e4178dd0840349fe830f118d2cb64a1c6c /usr.bin/top/machine.h | |
parent | c22dc40df755f025740d14e001bb8599cf4a72c5 (diff) |
a real pid_t cleanup.
espie@ ok for make/,
deraadt@ one extra eye,
millert@ ok
Diffstat (limited to 'usr.bin/top/machine.h')
-rw-r--r-- | usr.bin/top/machine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/machine.h b/usr.bin/top/machine.h index 62bcd6e4c1a..0609bfef8e7 100644 --- a/usr.bin/top/machine.h +++ b/usr.bin/top/machine.h @@ -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 statics 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" */ |