Merge from vendor branch GCC:
[dragonfly.git] / contrib / top / patches / machine.h.patch
1 Index: machine.h
2 ===================================================================
3 RCS file: /cvs/DragonFly/src/contrib/top/machine.h,v
4 retrieving revision 1.2
5 diff -u -p -u -r1.2 machine.h
6 --- machine.h   17 Jun 2003 04:24:07 -0000      1.2
7 +++ machine.h   4 Jun 2004 11:46:13 -0000
8 @@ -60,6 +60,8 @@ struct process_select
9      int idle;          /* show idle processes */
10      int self;          /* show self */
11      int system;                /* show system processes */
12 +    int threads;       /* show threads */
13 +       int only_threads;       /* show only threads */
14      int uid;           /* only this uid (unless uid == -1) */
15      char *command;     /* only this command (unless == NULL) */
16  };