Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 136c2bb
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
Timestamp:
2010-08-14T10:57:17Z (
14 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
07874be
,
762d96f
Parents:
ac2717b
Message:
Fix the libevent-specific compiler warning about closesocket().
File:
1 edited
sock.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
sock.h
rac2717b
r136c2bb
13
13
#ifndef EVENTS_LIBEVENT
14
14
#define closesocket(a) close(a)
15
#else
16
void closesocket( int fd );
15
17
#endif
16
18
#else
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive