diff --git a/sys/arch/hpcmips/hpcmips/platid_mask.c b/sys/arch/hpcmips/hpcmips/platid_mask.c index 068fb9f9a312..38bceeb1b629 100644 --- a/sys/arch/hpcmips/hpcmips/platid_mask.c +++ b/sys/arch/hpcmips/hpcmips/platid_mask.c @@ -1,4 +1,4 @@ -/* $Id: platid_mask.c,v 1.18 2000/02/14 07:19:25 jun Exp $ */ +/* $Id: platid_mask.c,v 1.19 2000/02/17 21:31:39 mycroft Exp $ */ /*- * Copyright (c) 1999 diff --git a/sys/arch/hpcmips/hpcmips/platid_name.c b/sys/arch/hpcmips/hpcmips/platid_name.c index 43bae6422752..133304b725c2 100644 --- a/sys/arch/hpcmips/hpcmips/platid_name.c +++ b/sys/arch/hpcmips/hpcmips/platid_name.c @@ -1,4 +1,4 @@ -/* $Id: platid_name.c,v 1.3 2000/02/14 07:19:25 jun Exp $ */ +/* $Id: platid_name.c,v 1.4 2000/02/17 21:31:39 mycroft Exp $ */ /*- * Copyright (c) 1999 @@ -237,4 +237,4 @@ struct platid_name platid_name_table[] = { { &platid_mask_MACH_IBM_WORKPAD_26011AU, "IBM WorkPad z50 2601 1AU" }, }; -platid_name_table_size = 98; +int platid_name_table_size = 98;