summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdike <jdike>2003-03-22 21:37:35 +0000
committerjdike <jdike>2003-03-22 21:37:35 +0000
commitc09374618778c257034f3f43a498010348e9d033 (patch)
tree1b895be827f323136f107e300b032f8fa7ad145b
parent938a530d4c13fb05ece154e2d7814aabcd3cf99a (diff)
downloaduml-history-c09374618778c257034f3f43a498010348e9d033.tar.gz
Changed the major number to TTY_MAJOR because some things don't work
otherwise.
-rw-r--r--arch/um/drivers/ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/ssl.c b/arch/um/drivers/ssl.c
index 12f94c8..4b26433 100644
--- a/arch/um/drivers/ssl.c
+++ b/arch/um/drivers/ssl.c
@@ -55,7 +55,7 @@ static int ssl_remove(char *str);
static struct line_driver driver = {
.name = "UML serial line",
.devfs_name = "tts/%d",
- .major = TTYAUX_MAJOR,
+ .major = TTY_MAJOR,
.minor_start = 64,
.type = TTY_DRIVER_TYPE_SERIAL,
.subtype = 0,