From owner-cvs-include Wed Jul 17 03:52:51 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA29582 for cvs-include-outgoing; Wed, 17 Jul 1996 03:52:51 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA29563; Wed, 17 Jul 1996 03:52:42 -0700 (PDT) Date: Wed, 17 Jul 1996 03:52:42 -0700 (PDT) From: Bruce Evans Message-Id: <199607171052.DAA29563@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include unistd.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/17 03:52:41 Modified: include unistd.h Log: Fixed new and old standards conformance bugs. The non-POSIX confstr() was in the POSIX section for a log time. The non-POSIX getgrouplist() and setgroups() were recently added to the POSIX section although setgroups() was already in the non-POSIX section. Revision Changes Path 1.8 +2 -3 src/include/unistd.h