From owner-cvs-all Sat Apr 10 13:51:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 43D981537F; Sat, 10 Apr 1999 13:51:41 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA60819; Sat, 10 Apr 1999 13:49:29 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199904102049.NAA60819@freefall.freebsd.org> From: Nik Clayton Date: Sat, 10 Apr 1999 13:49:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys stat.2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/04/10 13:49:28 PDT Modified files: lib/libc/sys stat.2 Log: Contains the para Unlike other filesystem objects, symbolic links do not have an owner, group, access mode, times, etc. Instead, these attributes are taken from the directory that contains the link. The only attributes returned from an lstat() that refer to the symbolic link itself are the file type (S_IFLNK), size, blocks, and link count (always 1). This is bogus, and disagrees with the implementation and symlink(7). Removed it. PR: docs/10269 Submitted by: Tolik Revision Changes Path 1.15 +1 -9 src/lib/libc/sys/stat.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message