summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/magma.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sbus/magma.c')
-rw-r--r--sys/dev/sbus/magma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/magma.c b/sys/dev/sbus/magma.c
index 87d831c5f6d..54a3be568e1 100644
--- a/sys/dev/sbus/magma.c
+++ b/sys/dev/sbus/magma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: magma.c,v 1.21 2010/04/12 12:57:52 tedu Exp $ */
+/* $OpenBSD: magma.c,v 1.22 2010/06/28 14:13:34 deraadt Exp $ */
/*-
* Copyright (c) 1998 Iain Hibbert
@@ -805,7 +805,7 @@ mtty_attach(struct device *parent, struct device *dev, void *args)
}
mp->mp_channel = chan;
- tp = ttymalloc();
+ tp = ttymalloc(0);
tp->t_oproc = mtty_start;
tp->t_param = mtty_param;