summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-28 20:11:18 +0000
committerphk <phk@FreeBSD.org>1995-10-28 20:11:18 +0000
commitfe6be261cf7be02da565da8ba831c56736037f14 (patch)
treec7d9dae2927759c2ec2ff9f812203e461a3a66c8 /bin
parenta5dc065b83b927753ca71663d5eba1149978ecdf (diff)
downloadFreeBSD-src-fe6be261cf7be02da565da8ba831c56736037f14.zip
FreeBSD-src-fe6be261cf7be02da565da8ba831c56736037f14.tar.gz
I add #include <sys/user.h>
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/keyword.c3
-rw-r--r--bin/ps/print.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 23b5b2b..6d118b6 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: keyword.c,v 1.6 1995/09/04 01:22:40 peter Exp $
+ * $Id: keyword.c,v 1.7 1995/09/26 17:48:58 peter Exp $
*/
#ifndef lint
@@ -57,6 +57,7 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94";
#ifdef NEWVM
#include <sys/ucred.h>
+#include <sys/user.h>
#include <sys/sysctl.h>
#endif
diff --git a/bin/ps/print.c b/bin/ps/print.c
index e64a6b0..780e574 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: print.c,v 1.9 1995/09/04 01:22:41 peter Exp $
+ * $Id: print.c,v 1.10 1995/09/26 17:48:59 peter Exp $
*/
#ifndef lint
@@ -49,6 +49,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
#ifdef NEWVM
#include <sys/ucred.h>
+#include <sys/user.h>
#include <sys/sysctl.h>
#include <vm/vm.h>
#else
OpenPOWER on IntegriCloud