Module Name: src Committed By: snj Date: Tue Mar 22 09:04:20 UTC 2016
Modified Files: src/lib/librt [netbsd-7]: shm.c Log Message: Pull up following revision(s) (requested by martin in ticket #1144): lib/librt/shm.c: revisions 1.2, 1.3 Allow /var/shm to be a symlink to a properly set up directory. -- Simplify previous by just doing an open() on the directory and then using the fstat* family to test for all relevant details. Clean up buffer sizes and clarify a length check. Based on input from dholland. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.6.1 src/lib/librt/shm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.