Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
ipc.c
[c9e9c9c:129e282]
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
ipc.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
ipc.c
rc9e9c9c
r129e282
898
898
strcpy(un_addr.sun_path, IPCSOCKET);
899
899
900
serversock = socket(AF_UNIX, SOCK_STREAM,
0
);
900
serversock = socket(AF_UNIX, SOCK_STREAM,
PF_UNIX
);
901
901
902
902
if (serversock == -1) {
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive