summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-04-07 23:23:01 +0000
committerache <ache@FreeBSD.org>1994-04-07 23:23:01 +0000
commit50c9f983826a61487061000bd79e34aaa414237f (patch)
tree93bf4e51daee003ac0d348c84e203f36022b85d8 /sys/alpha
parent6d829d17b981751e171d9f27f2d0883c22f9913e (diff)
downloadFreeBSD-src-50c9f983826a61487061000bd79e34aaa414237f.zip
FreeBSD-src-50c9f983826a61487061000bd79e34aaa414237f.tar.gz
Fix arguments of CONS_GETINFO
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/console.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h
index d5627e6..e663dea 100644
--- a/sys/alpha/include/console.h
+++ b/sys/alpha/include/console.h
@@ -14,7 +14,7 @@
* DK9210 Aalborg SO Phone: +45 9814 8076
*
* from:@(#)console.h 1.1 940105
- * $Id: console.h,v 1.6 1994/02/01 06:18:43 nate Exp $
+ * $Id: console.h,v 1.7 1994/02/04 10:35:29 chmr Exp $
*/
#ifndef _CONSOLE_H_
@@ -55,7 +55,7 @@
#define GIO_FONT8x14 _IOR('c', 67, fnt14_t)
#define PIO_FONT8x16 _IOW('c', 68, fnt16_t)
#define GIO_FONT8x16 _IOR('c', 69, fnt16_t)
-#define CONS_GETINFO _IOR('c', 73, vid_info_t)
+#define CONS_GETINFO _IOWR('c', 73, vid_info_t)
#define CONS_GETVERS _IOR('c', 74, long)
#define CONS_80x25TEXT _IO('c', 102)
#define CONS_80x50TEXT _IO('c', 103)
OpenPOWER on IntegriCloud