diff options
| author | cth <none@none> | 2007-05-01 05:33:55 -0700 |
|---|---|---|
| committer | cth <none@none> | 2007-05-01 05:33:55 -0700 |
| commit | f4da9be01648d6afa604495d9b9956dddeb92a8c (patch) | |
| tree | e3730f62fe03f317264d5c836fe4e6710acc729f /usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c | |
| parent | 75c7619736838143dd41b3c5c9d7adec4683488f (diff) | |
| download | illumos-joyent-f4da9be01648d6afa604495d9b9956dddeb92a8c.tar.gz | |
PSARC 2007/176 path-oriented driver alias
6536151 path-oriented driver alias
Diffstat (limited to 'usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c')
| -rw-r--r-- | usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c b/usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c index fee48b58f5..0bd87f8a65 100644 --- a/usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c +++ b/usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c @@ -33,7 +33,7 @@ static uint16_t shared_tbl[MAX_ISA_IRQ + 1]; static char * interrupt_print_bus(uintptr_t dip_addr) { - char bind_name[MODMAXNAMELEN + 1]; + char bind_name[MAXPATHLEN + 1]; struct dev_info dev_info; if (mdb_vread(&dev_info, sizeof (dev_info), dip_addr) == -1) { |
