diff options
author | 2013-10-31 01:59:33 +0000 | |
---|---|---|
committer | 2013-10-31 01:59:33 +0000 | |
commit | 0adec6783d2963c47aeca8ccb8ed05aecb31e248 (patch) | |
tree | 9a5d6de15e878a23fd3a1332400704fa933621b1 | |
parent | replace workqs with tasks. makes the code a bit simpler cos adding an added (diff) | |
download | wireguard-openbsd-0adec6783d2963c47aeca8ccb8ed05aecb31e248.tar.xz wireguard-openbsd-0adec6783d2963c47aeca8ccb8ed05aecb31e248.zip |
pull in less .h to do the same
-rw-r--r-- | bin/ps/fmt.c | 3 | ||||
-rw-r--r-- | bin/ps/ps.c | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index c12e22bfca6..35c1c01d7bc 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fmt.c,v 1.9 2008/03/24 20:32:04 jasper Exp $ */ +/* $OpenBSD: fmt.c,v 1.10 2013/10/31 01:59:33 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -30,7 +30,6 @@ */ #include <sys/param.h> -#include <sys/user.h> #include <sys/time.h> #include <sys/resource.h> #include <sys/proc.h> diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 9ef6084ddc8..aac650750d0 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ps.c,v 1.57 2013/10/28 13:05:53 okan Exp $ */ +/* $OpenBSD: ps.c,v 1.58 2013/10/31 01:59:33 deraadt Exp $ */ /* $NetBSD: ps.c,v 1.15 1995/05/18 20:33:25 mycroft Exp $ */ /*- @@ -31,6 +31,7 @@ */ #include <sys/param.h> +#include <sys/sysctl.h> #include <sys/user.h> #include <sys/time.h> #include <sys/resource.h> |