First pass at updating top(1):
[dragonfly.git] / contrib / top / patches / machine.h.patch
1 $DragonFly: src/contrib/top/patches/Attic/machine.h.patch,v 1.1 2004/05/29 05:11:15 hmp Exp $
2 Index: contrib/top/machine.h
3 ===================================================================
4 RCS file: /cvs/DragonFly/src/contrib/top/machine.h,v
5 retrieving revision 1.2
6 diff -u -p -u -r1.2 machine.h
7 --- contrib/top/machine.h       17 Jun 2003 04:24:07 -0000      1.2
8 +++ contrib/top/machine.h       28 May 2004 00:39:30 -0000
9 @@ -60,6 +60,7 @@ struct process_select
10      int idle;          /* show idle processes */
11      int self;          /* show self */
12      int system;                /* show system processes */
13 +    int threads;       /* show threads */
14      int uid;           /* only this uid (unless uid == -1) */
15      char *command;     /* only this command (unless == NULL) */
16  };