summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getpwent.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-30 23:01:49 +0000
committermpp <mpp@FreeBSD.org>1997-01-30 23:01:49 +0000
commit8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce (patch)
tree5ee7729f027aa64fb26f5cec775a15663fbb98b5 /lib/libc/gen/getpwent.3
parentbf24204ce64ed8378f34d37f00c6e1506208250a (diff)
downloadFreeBSD-src-8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce.zip
FreeBSD-src-8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce.tar.gz
Update to reflect current include files.
Diffstat (limited to 'lib/libc/gen/getpwent.3')
-rw-r--r--lib/libc/gen/getpwent.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index e37e9f0..6badc19 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -72,14 +72,15 @@ file
struct passwd {
char *pw_name; /* user name */
char *pw_passwd; /* encrypted password */
- uid_t pw_uid; /* user uid */
- gid_t pw_gid; /* user gid */
+ int pw_uid; /* user uid */
+ int pw_gid; /* user gid */
time_t pw_change; /* password change time */
char *pw_class; /* user access class */
char *pw_gecos; /* Honeywell login info */
char *pw_dir; /* home directory */
char *pw_shell; /* default shell */
time_t pw_expire; /* account expiration */
+ int pw_fields; /* internal: fields filled in */
};
.Ed
.Pp
OpenPOWER on IntegriCloud