From a44a962242f173c1861d9ffb788f21a3d0d848c7 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 12 Mar 2006 22:17:52 +0000 Subject: When attaching a wsdisplay, the wsscreen_list structure can not be on the stack; found the hard way by Stefano . --- sys/arch/sparc64/include/fbvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/sparc64/include') diff --git a/sys/arch/sparc64/include/fbvar.h b/sys/arch/sparc64/include/fbvar.h index 386afda8cdd..f3a76864f67 100644 --- a/sys/arch/sparc64/include/fbvar.h +++ b/sys/arch/sparc64/include/fbvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fbvar.h,v 1.4 2005/03/07 16:44:52 miod Exp $ */ +/* $OpenBSD: fbvar.h,v 1.5 2006/03/12 22:17:51 miod Exp $ */ /* $NetBSD: fbvar.h,v 1.9 1997/07/07 23:31:30 pk Exp $ */ /* @@ -60,6 +60,7 @@ struct sunfb { struct rasops_info sf_ro; struct wsscreen_descr sf_wsd; + struct wsscreen_list sf_wsl; }; /* -- cgit v1.2.3