Files
haiku-beta6/headers/posix
Axel Dörfler 7b3d36e5aa * BEntry::GetStat() and BNode::GetStat() used sizeof(struct stat) for the kernel
syscall, but they could not know if R5 code called them (in which case the stat
  size has a different size). We now always only return the R5 stat structure here.
  This fixes bug #420. We might want to find a different solution to this problem,
  though.
* Be got SYMLINK_MAX wrong - it's not the maximum number of links (that's SYMLOOP_MAX),
  but the maximum size of a symlink buffer. Added missing SYMLOOP_MAX and SYMLINK_MAX
  constants to limits.h.
* Fixes MAXSYMLINKS to use SYMLOOP_MAX, instead of SYMLINKS_MAX (which doesn't exist
  in POSIX specs, but we (intentionally) break source compatibility here).
* Reenabled the Haiku versions of stat(), fstat(), and lstat() when build for Haiku.
* Removed OpenBeOS namespace stuff from the files I touched.
* Removed superfluous StorageDefs.Private.h, whyever that ended up in a public header
  is beyond me.
* Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17894 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-06-21 13:49:16 +00:00
..
2005-10-28 11:42:00 +00:00
2004-06-30 02:34:10 +00:00
2004-12-07 17:24:16 +00:00
2004-09-21 22:45:08 +00:00
2003-07-31 00:57:04 +00:00
2004-09-02 01:03:51 +00:00
2002-10-26 00:35:43 +00:00
2002-10-23 18:47:12 +00:00
2006-06-15 23:39:15 +00:00
2002-10-23 18:47:12 +00:00
2003-08-02 07:47:24 +00:00
2004-09-08 16:22:28 +00:00
2006-04-06 07:04:34 +00:00
2006-03-16 11:09:43 +00:00
2004-07-05 23:20:43 +00:00
2005-02-22 18:06:35 +00:00
2006-03-16 14:42:04 +00:00