K 10 svn:author V 2 ed K 8 svn:date V 27 2008-06-01T14:02:46.624948Z K 7 svn:log V 346 Revert the changes I made to devfs_setattr() in r179457. As discussed with Robert Watson and John Baldwin, it would be better if PTY's are created with proper permissions, turning grantpt() into a no-op. Bypassing security frameworks like MAC by passing NOCRED to VOP_SETATTR() will only make things more complex. Approved by: philip (mentor) END