Date: Sun, 9 Jun 2002 12:39:18 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pwd.h Message-ID: <200206091939.g59JdJC05285@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/06/09 12:39:18 PDT
Modified files:
include pwd.h
Log:
o Remove include of <sys/types.h>, it adds too much pollution;
instead, add typedefs of only gid_t, time_t, and uid_t.
o Remove an unneeded conditional that hid macros that are in the
implementation namespace and therefore don't need to be hidden when
_POSIX_SOURCE is defined.
o Adjust some conditionals for compatibility with X/Open and POSIX.
o Note missing functions getpwnam_r() and getpwuid_r().
Revision Changes Path
1.12 +28 -9 src/include/pwd.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206091939.g59JdJC05285>
