CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2016/06/27 00:10:04
Modified files: lib/libc/gen : ttyname.c Log message: make the fallback code more accurate (in particular, it should return names based on the actual device, not any kind of inode equality which won't hold for duplicates of the dev tree in a chroot) no bump as it doesn't change any API. okay and improvements guenther@