diff options
Diffstat (limited to 'sys/arch/hp300/dev/gbox.c')
-rw-r--r-- | sys/arch/hp300/dev/gbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/gbox.c b/sys/arch/hp300/dev/gbox.c index 3cdb00e407e..801a995a0f8 100644 --- a/sys/arch/hp300/dev/gbox.c +++ b/sys/arch/hp300/dev/gbox.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gbox.c,v 1.4 2005/01/16 16:14:10 miod Exp $ */ +/* $OpenBSD: gbox.c,v 1.5 2005/01/19 10:51:23 miod Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat @@ -327,7 +327,7 @@ gbox_ioctl(void *v, u_long cmd, caddr_t data, int flags, struct proc *p) switch (cmd) { case WSDISPLAYIO_GTYPE: - *(u_int *)data = WSDISPLAY_TYPE_UNKNOWN; + *(u_int *)data = WSDISPLAY_TYPE_GBOX; break; case WSDISPLAYIO_GINFO: wdf = (void *)data; |