aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lastcomm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
committerWarner Losh <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
commit576541a9e697991807c130dfea6f94a788a1e6fe (patch)
tree4d682fcb9116e7b87abdc334d07500b7f166fa9a /usr.bin/lastcomm
parenta448c26154a7b91daec8962b0164e5bddd5d6c9e (diff)
downloadsrc-576541a9e697991807c130dfea6f94a788a1e6fe.tar.gz
src-576541a9e697991807c130dfea6f94a788a1e6fe.zip
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
Notes
Notes: svn path=/head/; revision=90878
Diffstat (limited to 'usr.bin/lastcomm')
-rw-r--r--usr.bin/lastcomm/lastcomm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c
index 497c7fcecb81..945c17f12b49 100644
--- a/usr.bin/lastcomm/lastcomm.c
+++ b/usr.bin/lastcomm/lastcomm.c
@@ -52,6 +52,7 @@ static const char rcsid[] =
#include <ctype.h>
#include <err.h>
#include <fcntl.h>
+#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>