aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-26 10:13:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-26 10:13:38 +0000
commit2c24a153e001f5cfb0a7d8f18aa4954b6d1c6440 (patch)
tree78180d8c40e902a02fe6e278439ac81d9e5035ad /sys/alpha
parentf42e354117fe5c0efa6bfa605ad21d9da2ef4380 (diff)
Notes
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 e50189c04521..17195ed395f0 100644
--- a/sys/alpha/include/console.h
+++ b/sys/alpha/include/console.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: console.h,v 1.14 1995/01/12 11:42:58 sos Exp $
+ * $Id: console.h,v 1.15 1995/01/20 08:35:18 sos Exp $
*/
#ifndef _CONSOLE_H_
@@ -160,7 +160,7 @@ struct keymap {
};
#define MAXFK 16
-#define NUM_FKEYS 60
+#define NUM_FKEYS 65
struct fkeytab {
u_char str[MAXFK];