diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2013-10-28 02:36:34 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2013-10-28 02:36:34 +0000 |
| commit | c8f59c7b93e32e6bd1cd509559470b6a63c42408 (patch) | |
| tree | 23eeb285e7ea6b04828cdf3fcc3ab587ecbd08ae | |
| parent | 7a514b6277eb1446cc1344c4b340472d409f4717 (diff) | |
Notes
| -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 f3c19479556ad..e89c739d46f10 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! */ -const char *ssi_cables[] = +static const char *ssi_cables[] = { "V.10/EIA423", "V.11/EIA530A", |
