summaryrefslogtreecommitdiff
path: root/sntp/libopts/numeric.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-02-05 20:53:33 +0000
committerCy Schubert <cy@FreeBSD.org>2015-02-05 20:53:33 +0000
commitf7cba3a80d9ebefc57776fffd17a4ae68f72e494 (patch)
treedc1c5074828f0c5fafe2fb8f5599339dfdc5bc97 /sntp/libopts/numeric.c
parent44a728f815af203cd7a91db83b06325818433463 (diff)
Notes
Diffstat (limited to 'sntp/libopts/numeric.c')
-rw-r--r--sntp/libopts/numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sntp/libopts/numeric.c b/sntp/libopts/numeric.c
index 9baba65e7ba9..471cb936e1a9 100644
--- a/sntp/libopts/numeric.c
+++ b/sntp/libopts/numeric.c
@@ -42,7 +42,7 @@
* Show information about a numeric option with range constraints.
=*/
void
-optionShowRange(tOptions * pOpts, tOptDesc * pOD, void * rng_table, int rng_ct)
+optionShowRange(tOptions * pOpts, tOptDesc * pOD, const void * rng_table, int rng_ct)
{
const struct {long const rmin, rmax;} * rng = rng_table;