Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/dev/pty/pty.c 293825 2016-01-13 12:01:28Z kib $");
---
> __FBSDID("$FreeBSD: head/sys/dev/pty/pty.c 294594 2016-01-22 20:28:24Z kib $");
129,130c129
< if (error != 0) {
< printf("pty_clone: failed to create %s: %d\n", name, error);
---
> if (error != 0)
132d130
< }