diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 23:31:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 23:31:23 +0000 |
commit | aab740da655b1ec56166b7b4371c76bdb8f0e07b (patch) | |
tree | e0d3a7fc329f2a98e33f9057a89c0ce52a01d9f4 /bin/ps/ps.c | |
parent | 6694ecbc8d0ca6102f4de4d1589aebdf7458ffc9 (diff) |
sys/user.h can now be substantially gutted.
ok guenther
Diffstat (limited to 'bin/ps/ps.c')
-rw-r--r-- | bin/ps/ps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 4456af835ce..6d76ee8340f 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ps.c,v 1.61 2014/06/05 07:29:20 guenther Exp $ */ +/* $OpenBSD: ps.c,v 1.62 2014/07/08 23:31:22 deraadt Exp $ */ /* $NetBSD: ps.c,v 1.15 1995/05/18 20:33:25 mycroft Exp $ */ /*- @@ -32,7 +32,6 @@ #include <sys/param.h> #include <sys/sysctl.h> -#include <sys/user.h> #include <sys/time.h> #include <sys/resource.h> #include <sys/proc.h> |