Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/kern/tty_pty.c 181905 2008-08-20 08:31:58Z ed $");
---
> __FBSDID("$FreeBSD: head/sys/kern/tty_pty.c 182069 2008-08-23 16:03:00Z ed $");
38a39
> #include <sys/sysctl.h>
49c50,53
< static int pty_warningcnt = 10;
---
> static unsigned int pty_warningcnt = 10;
> SYSCTL_UINT(_kern, OID_AUTO, tty_pty_warningcnt, CTLFLAG_RW,
> &pty_warningcnt, 0,
> "Warnings that will be triggered upon PTY allocation");