Module Name: src Committed By: apb Date: Fri Oct 19 16:49:21 UTC 2012
Modified Files: src/sys/sys: param.h ttycom.h Log Message: Welcome to NetBSD-6.99.14 In struct ptmget, used for ioctl TIOCPTMGET and TIOCPTSNAME, increase the size of the cn and sn members from char[16] to char[PATH_MAX]. 16 chars is just not enough for reasonable things like "/dev.amd64/pts/1234" or "/chroot/dev/pts/1234". To generate a diff of this commit: cvs rdiff -u -r1.421 -r1.422 src/sys/sys/param.h cvs rdiff -u -r1.19 -r1.20 src/sys/sys/ttycom.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.