summaryrefslogtreecommitdiffstats
path: root/usr.bin/ipcs
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
committerimp <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
commit60cc340d82f5a470fed8ad4fe6d885a215c0f2c6 (patch)
tree4d682fcb9116e7b87abdc334d07500b7f166fa9a /usr.bin/ipcs
parent8818100b0fa5f9b2ff855015b36b15b9deb1726f (diff)
downloadFreeBSD-src-60cc340d82f5a470fed8ad4fe6d885a215c0f2c6.zip
FreeBSD-src-60cc340d82f5a470fed8ad4fe6d885a215c0f2c6.tar.gz
Fixed divots that I created when I moved prototypes of group_from_gid
and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp
Diffstat (limited to 'usr.bin/ipcs')
-rw-r--r--usr.bin/ipcs/ipcs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c
index c335c2b..9b8f440 100644
--- a/usr.bin/ipcs/ipcs.c
+++ b/usr.bin/ipcs/ipcs.c
@@ -33,10 +33,12 @@ static const char rcsid[] =
#include <assert.h>
#include <err.h>
#include <fcntl.h>
+#include <grp.h>
#include <kvm.h>
#include <nlist.h>
#include <limits.h>
#include <paths.h>
+#include <pwd.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud