CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/03 20:57:29
Modified files:
sys/tmpfs : tmpfs_vnops.c
Log message:
Update pathconf handling for -current..
- Remove _PC_PATH_MAX, _PC_PIPE_BUF and _PC_SYNC_IO.
- Add _PC_TIMESTAMP_RESOLUTION.
- Change _PC_FILESIZEBITS from using "sizeof(off_t) * CHAR_BIT" to returning 64.
With input from and Ok guenther@
