=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/machine.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/top/machine.h 2011/04/10 03:20:59 1.16 +++ src/usr.bin/top/machine.h 2012/06/05 18:52:53 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: machine.h,v 1.16 2011/04/10 03:20:59 guenther Exp $ */ +/* $OpenBSD: machine.h,v 1.17 2012/06/05 18:52:53 brynet Exp $ */ /* * Top users/processes display for Unix @@ -74,6 +74,7 @@ int system; /* show system processes */ int threads; /* show threads */ uid_t uid; /* only this uid (unless uid == -1) */ + uid_t huid; /* hide this uid (unless huid == -1) */ pid_t pid; /* only this pid (unless pid == -1) */ char *command;/* only this command (unless == NULL) */ };