Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
db235388
Commit
db235388
authored
16 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
George Neill's fix acountry sample application compilation failure.
parent
423a18ce
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ares/CHANGES
+3
-0
3 additions, 0 deletions
ares/CHANGES
ares/RELEASE-NOTES
+2
-1
2 additions, 1 deletion
ares/RELEASE-NOTES
ares/acountry.c
+4
-0
4 additions, 0 deletions
ares/acountry.c
with
9 additions
and
1 deletion
ares/CHANGES
+
3
−
0
View file @
db235388
...
...
@@ -12,6 +12,9 @@
connected to. Only necessary on UDP sockets as they are connection-less, TCP
is unaffected.
- Fix by George Neill:
Fixed compilation of acountry sample application failure on some systems.
* Aug 4 2008 (Daniel Stenberg)
- Fix by Tofu Linden:
...
...
This diff is collapsed.
Click to expand it.
ares/RELEASE-NOTES
+
2
−
1
View file @
db235388
...
...
@@ -10,10 +10,11 @@ This is what's new and changed in the c-ares 1.5.3 release:
o Improved configure detection of number of arguments for getservbyport_r
o Improved query-ID randomness
o Validate that DNS response address matches the request address
o fix acountry sample application compilation failure on some systems
Thanks go to these friendly people for their efforts and contributions:
Brad House, Yang Tse, Phil Blundell, Tofu Linden
Brad House, Yang Tse, Phil Blundell, Tofu Linden
, George Neill
and obviously Daniel Stenberg
Have fun!
This diff is collapsed.
Click to expand it.
ares/acountry.c
+
4
−
0
View file @
db235388
...
...
@@ -60,6 +60,10 @@
#include
"inet_net_pton.h"
#include
"inet_ntop.h"
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif
static
const
char
*
usage
=
"acountry [-vh?] {host|addr} ...
\n
"
;
static
const
char
nerd_fmt
[]
=
"%u.%u.%u.%u.zz.countries.nerd.dk"
;
static
const
char
*
nerd_ver1
=
nerd_fmt
+
14
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment