trhodes     2004-12-29 20:00:29 UTC
  FreeBSD src repository
  Modified files:
    lib/libc/sys         chmod.2 
  Log:
  Catch up with stat.h a bit:
  
  o Sticky bit is actually defined as S_ISTXT not S_ISVTX.
  o Sticky bit is wrapped in if __BSD_VISIBLE not _POSIX_SOURCE.
  
  Revision  Changes    Path
  1.32      +5 -6      src/lib/libc/sys/chmod.2