Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 1999 13:49:29 -0700 (PDT)
From:      Nik Clayton <nik@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys stat.2
Message-ID:  <199904102049.NAA60819@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tolik@sibptus.tomsk.ru>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904102049.NAA60819>