Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/menuc tweak previous for lp64 so sysinst will compil...
details: https://anonhg.NetBSD.org/src/rev/cb8648c481b9
branches: trunk
changeset: 518924:cb8648c481b9
user: ross <ross%NetBSD.org@localhost>
date: Sat Dec 08 01:10:37 2001 +0000
description:
tweak previous for lp64 so sysinst will compile on alpha
diffstat:
usr.bin/menuc/menu_sys.def | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7ddb373ae109 -r cb8648c481b9 usr.bin/menuc/menu_sys.def
--- a/usr.bin/menuc/menu_sys.def Sat Dec 08 00:51:03 2001 +0000
+++ b/usr.bin/menuc/menu_sys.def Sat Dec 08 01:10:37 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menu_sys.def,v 1.27 2001/12/06 16:38:30 christos Exp $ */
+/* $NetBSD: menu_sys.def,v 1.28 2001/12/08 01:10:37 ross Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -90,7 +90,7 @@
int _mc_num_key_seq = sizeof(_mc_key_seq) / sizeof(struct keyseq);
struct keyseq *pad_list = NULL;
static char str_area [512];
-static int str_size = sizeof(str_area);
+static size_t str_size = sizeof str_area;
static char *str_ptr = str_area;
/* Macros */
Home |
Main Index |
Thread Index |
Old Index