Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
sock.h
[701acdd4:e4d6271]
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
sock.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
sock.h
r701acdd4
re4d6271
1
#include <errno.h>
2
#include <fcntl.h>
3
4
/* To cut down on the ifdef stuff a little bit in other places */
5
#ifdef IPV6
6
#define AF_INETx AF_INET6
7
#else
8
#define AF_INETx AF_INET
9
#endif
10
1
11
#ifndef _WIN32
2
12
#include <unistd.h>
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive