diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-12 05:42:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-12 05:42:53 +0000 |
commit | d6e37abaf95b3bcba091dacc079dd78de953e8af (patch) | |
tree | be2e447d2f167c9debec4f91efcdb36b7afae6e5 | |
parent | 640a2406dac8fe184a32a66e6a547f0606053093 (diff) |
entered into RCS
-rw-r--r-- | proc/cpu-types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/cpu-types.c b/proc/cpu-types.c index f0a56cdc..f15387c7 100644 --- a/proc/cpu-types.c +++ b/proc/cpu-types.c @@ -23,7 +23,7 @@ const char *const mach_cpu_types[] = [CPU_TYPE_ALPHA] = "alpha", }; -const char *const mach_cpu_subtypes[][] = +const char *const mach_cpu_subtypes[][32] = { [CPU_TYPE_VAX] = { |