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
BIND
Commits
611ec5dd
Commit
611ec5dd
authored
Jul 28, 2005
by
Mark Andrews
Browse files
1907. [bug] Extend ISC_SOCKADDR_FORMATSIZE and
ISC_NETADDR_FORMATSIZE to allow for scope details.
parent
6f2f9dd4
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
611ec5dd
1907. [bug] Extend ISC_SOCKADDR_FORMATSIZE and
ISC_NETADDR_FORMATSIZE to allow for scope details.
1906. [func] x86 and x86_64 now have seperate atomic locking
implementations.
...
...
lib/isc/include/isc/netaddr.h
View file @
611ec5dd
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: netaddr.h,v 1.
29
2005/0
4
/2
7
04:5
7
:1
9 sr
a Exp $ */
/* $Id: netaddr.h,v 1.
30
2005/0
7
/2
8
04:5
4
:1
7 mark
a Exp $ */
#ifndef ISC_NETADDR_H
#define ISC_NETADDR_H 1
...
...
@@ -91,7 +91,7 @@ isc_netaddr_format(const isc_netaddr_t *na, char *array, unsigned int size);
*/
#define ISC_NETADDR_FORMATSIZE \
sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:XXX.XXX.XXX.XXX")
sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:XXX.XXX.XXX.XXX
%SSSSSSSSSS
")
/*%<
* Minimum size of array to pass to isc_netaddr_format().
*/
...
...
lib/isc/include/isc/sockaddr.h
View file @
611ec5dd
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: sockaddr.h,v 1.4
8
2005/07/
1
8 0
5
:5
9:00
marka Exp $ */
/* $Id: sockaddr.h,v 1.4
9
2005/07/
2
8 0
4
:5
4:17
marka Exp $ */
#ifndef ISC_SOCKADDR_H
#define ISC_SOCKADDR_H 1
...
...
@@ -230,7 +230,7 @@ isc_sockaddr_frompath(isc_sockaddr_t *sockaddr, const char *path);
*/
#define ISC_SOCKADDR_FORMATSIZE \
sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:XXX.XXX.XXX.XXX#YYYYY")
sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:XXX.XXX.XXX.XXX
%SSSSSSSSSS
#YYYYY")
/*%<
* Minimum size of array to pass to isc_sockaddr_format().
*/
...
...
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