Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/hpcmips/platid_gen Give platid_name_table_s...
details: https://anonhg.NetBSD.org/src/rev/f9fb7a20d7aa
branches: trunk
changeset: 482629:f9fb7a20d7aa
user: mycroft <mycroft%NetBSD.org@localhost>
date: Thu Feb 17 21:31:13 2000 +0000
description:
Give platid_name_table_size a type.
diffstat:
sys/arch/hpcmips/hpcmips/platid_gen/platid_gen.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 85059ff91b23 -r f9fb7a20d7aa sys/arch/hpcmips/hpcmips/platid_gen/platid_gen.c
--- a/sys/arch/hpcmips/hpcmips/platid_gen/platid_gen.c Thu Feb 17 21:25:47 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/platid_gen/platid_gen.c Thu Feb 17 21:31:13 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: platid_gen.c,v 1.1 2000/02/06 08:47:13 takemura Exp $ */
+/* $NetBSD: platid_gen.c,v 1.2 2000/02/17 21:31:13 mycroft Exp $ */
/*-
* Copyright (c) 1999
@@ -186,7 +186,7 @@
break;
case FORM_NAME_C:
fprintf(fp_out, "};\n");
- fprintf(fp_out, "platid_name_table_size = %d;\n", count);
+ fprintf(fp_out, "int platid_name_table_size = %d;\n", count);
break;
}
fclose(fp_out);
Home |
Main Index |
Thread Index |
Old Index