X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/e720f10de19d0e2ef69c407e1d1170744c145bff..0c52fa62cbdb0e23bf35782c396ac0cc155c224a:/sys/kern/tty_compat.c diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c index cc48bfe8bc..52f4e69233 100644 --- a/sys/kern/tty_compat.c +++ b/sys/kern/tty_compat.c @@ -55,7 +55,8 @@ static void ttcompatsetlflags (struct tty *tp, struct termios *t); static int ttcompatspeedtab (int speed, struct speedtab *table); static int ttydebug = 0; -SYSCTL_INT(_debug, OID_AUTO, ttydebug, CTLFLAG_RW, &ttydebug, 0, ""); +SYSCTL_INT(_debug, OID_AUTO, ttydebug, CTLFLAG_RW, &ttydebug, 0, + "tty debugging"); static struct speedtab compatspeeds[] = { #define MAX_SPEED 17