pjd 6f429811a0 Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operates
on int, but in fact it should operate on long.
- Introduce 'lvalue' variable, which is long.
- Fix _SC_XOPEN_SHM for 64bit archs.
- Fix _SC_PHYS_PAGES for 64bit archs.
  Reported by:	simokawa
- Use lvalue for pathconf(3), as it returns long.
- Cast value explicitly to long on return.
2007-04-14 13:06:57 +00:00
..
2007-04-14 08:42:50 +00:00
2007-04-04 14:04:55 +00:00
2006-09-17 21:27:35 +00:00
2006-10-09 05:12:54 +00:00
2006-07-27 04:54:03 +00:00
2006-07-27 04:54:03 +00:00
2006-09-17 21:27:35 +00:00
2007-04-09 01:45:30 +00:00
2007-04-09 01:45:30 +00:00
2006-10-28 10:53:39 +00:00
2006-10-20 14:15:42 +00:00
2006-10-21 15:12:36 +00:00
2007-01-20 07:48:10 +00:00