From owner-cvs-all Sun Jun 9 12:39:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E06C37B404; Sun, 9 Jun 2002 12:39:19 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g59JdJC05285; Sun, 9 Jun 2002 12:39:19 -0700 (PDT) (envelope-from mike) Message-Id: <200206091939.g59JdJC05285@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 9 Jun 2002 12:39:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pwd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/06/09 12:39:18 PDT Modified files: include pwd.h Log: o Remove include of , 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