summaryrefslogtreecommitdiffstats
path: root/sys/sys/consio.h
diff options
context:
space:
mode:
authorray <ray@FreeBSD.org>2013-12-05 00:57:53 +0000
committerray <ray@FreeBSD.org>2013-12-05 00:57:53 +0000
commit1af064917e022f18acbf9fc2942cd40f1b26fbe5 (patch)
treeef10954b063bcd6939eabdcc7ecba95432634f70 /sys/sys/consio.h
parent40d47a9dd8116c90080a010ab3483d8917bd0524 (diff)
parent6e411c7e1916ef76b0aa51ded38fa235d3313371 (diff)
downloadFreeBSD-src-1af064917e022f18acbf9fc2942cd40f1b26fbe5.zip
FreeBSD-src-1af064917e022f18acbf9fc2942cd40f1b26fbe5.tar.gz
MFC @r258947.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/sys/consio.h')
-rw-r--r--sys/sys/consio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/consio.h b/sys/sys/consio.h
index 15295a0..516331c 100644
--- a/sys/sys/consio.h
+++ b/sys/sys/consio.h
@@ -184,7 +184,7 @@ typedef struct mouse_info mouse_info_t;
#define CONS_CURSOR_ATTRS (CONS_BLINK_CURSOR | CONS_CHAR_CURSOR | \
CONS_HIDDEN_CURSOR)
#define CONS_RESET_CURSOR (1 << 30)
-#define CONS_LOCAL_CURSOR (1 << 31)
+#define CONS_LOCAL_CURSOR (1U << 31)
#define CONS_CURSOR_FLAGS (CONS_RESET_CURSOR | CONS_LOCAL_CURSOR)
struct cshape {
/* shape[0]: flags, shape[1]: base, shape[2]: height */
OpenPOWER on IntegriCloud