Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
0b1a75fd
Commit
0b1a75fd
authored
Mar 17, 2003
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better fix for cases with missing inet_aton
svn path=/trunk/net/; revision=4500
parent
33bc36b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/net/sock.h
src/net/sock.h
+1
-1
No files found.
src/net/sock.h
View file @
0b1a75fd
...
...
@@ -43,7 +43,7 @@ struct iovec
#endif
#endif
#ifdef
HAVE_INET_PTON
#if
!
def
ined(HAVE_INET_ATON) && defined(
HAVE_INET_PTON
)
#define inet_aton(a,b) inet_pton(AF_INET, (a), (b))
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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