diff options
| author | Xin LI <delphij@FreeBSD.org> | 2006-07-21 08:45:00 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2006-07-21 08:45:00 +0000 |
| commit | 12c4ea9abd16d04bb90b7415d19c095dd80e4d55 (patch) | |
| tree | 98ccba12a75d566eb743455f67e39fe01b1ee5a6 /sys/dev/lmc | |
| parent | af51d7bf5712c0eda0899880c36df226805cefd7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/lmc')
| -rw-r--r-- | sys/dev/lmc/if_lmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/lmc/if_lmc.h b/sys/dev/lmc/if_lmc.h index af901f7a6122..85dfc55bf2d3 100644 --- a/sys/dev/lmc/if_lmc.h +++ b/sys/dev/lmc/if_lmc.h @@ -936,7 +936,7 @@ struct ioctl #define IOCTL_RESET_CNTRS 54 /* reset event counters */ /* storage for these strings is allocated here! */ -char *ssi_cables[] = +const char *ssi_cables[] = { "V.10/EIA423", "V.11/EIA530A", |
