From owner-cvs-lib Sat Jan 11 13:46:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA07547 for cvs-lib-outgoing; Sat, 11 Jan 1997 13:46:01 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA07540; Sat, 11 Jan 1997 13:45:59 -0800 (PST) Date: Sat, 11 Jan 1997 13:45:59 -0800 (PST) From: Mike Pritchard Message-Id: <199701112145.NAA07540@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys stat.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/11 13:45:59 Modified: lib/libc/sys stat.2 Log: Bring stat(2) into line with what is now actually in stat.h. Also add a little blurb regarding st_mtime & friends clarifiying how they are defined in a non-_POSIX_SOURCE envorinment. Closes PR# 1089. Revision Changes Path 1.8 +34 -13 src/lib/libc/sys/stat.2