]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/tty_conf.c
xnu-3789.70.16.tar.gz
[apple/xnu.git] / bsd / kern / tty_conf.c
index 585af4b7174aa4382dc6d4631f260fd896d4e53f..b72d464d2ddd80d35dd424242a9cb89bfb1b05cb 100644 (file)
@@ -109,7 +109,7 @@ struct      linesw linesw[MAXLDISC] =
        NODISC(7),              /* loadable */
 };
 
-int    nlinesw = sizeof (linesw) / sizeof (linesw[0]);
+const int nlinesw = sizeof (linesw) / sizeof (linesw[0]);
 
 static struct linesw nodisc = NODISC(0);