- Timestamp:
- 2017-03-12T04:27:59Z (8 years ago)
- Branches:
- master
- Children:
- c9e9c9c
- Parents:
- 16e4a9f
- git-author:
- Anthony Molinaro <anthonym@…> (13-02-17 21:46:42)
- git-committer:
- dx <dx@…> (12-03-17 04:27:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check.c
r16e4a9f re7e6484 14 14 int sock[2]; 15 15 16 if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNIX, sock) < 0) {16 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sock) < 0) { 17 17 perror("socketpair"); 18 18 return FALSE;
Note: See TracChangeset
for help on using the changeset viewer.