summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorgwr <gwr@NetBSD.org>1995-04-24 21:34:04 +0000
committergwr <gwr@NetBSD.org>1995-04-24 21:34:04 +0000
commite49b0de53f6e2bd8199a0502c9010af3e2d75d1f (patch)
tree70e86abc10eeade0b453bc0846354b10405a78bc /sys/dev
parent6404739df861a82866314727c2de891c7681fa75 (diff)
short -> int (alignment)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cons.h b/sys/dev/cons.h
index cbf2401b32a..c79040e91a9 100644
--- a/sys/dev/cons.h
+++ b/sys/dev/cons.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cons.h,v 1.10 1995/04/10 00:50:27 mycroft Exp $ */
+/* $NetBSD: cons.h,v 1.11 1995/04/24 21:34:04 gwr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -54,7 +54,7 @@ struct consdev {
void (*cn_pollc) /* turn on and off polling */
__P((dev_t, int));
dev_t cn_dev; /* major/minor of device */
- short cn_pri; /* pecking order; the higher the better */
+ int cn_pri; /* pecking order; the higher the better */
};
/* values for cn_pri - reflect our policy for console selection */