Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
ba870bd6
Commit
ba870bd6
authored
Feb 19, 2011
by
JINMEI Tatuya
Browse files
[master] worked around sunstudio bug: adding redundant const in declaration.
parent
1b7e1146
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/dnssectime.h
View file @
ba870bd6
...
...
@@ -132,7 +132,7 @@ timeToText64(uint64_t value);
/// 2^32-1 (the highest value in 32-bit unsigned integers) will be converted
/// to "21060207062815", instead of "19691231235959".
std
::
string
timeToText32
(
uint32_t
value
);
timeToText32
(
const
uint32_t
value
);
//@}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment