Changeset 0515063 for tests/check.c


Ignore:
Timestamp:
2017-04-06T20:29:23Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
952e264
Parents:
b097945 (diff), c9e9c9c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check.c

    rb097945 r0515063  
    1414        int sock[2];
    1515
    16         if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNIX, sock) < 0) {
     16        if (socketpair(AF_UNIX, SOCK_STREAM, 0, sock) < 0) {
    1717                perror("socketpair");
    1818                return FALSE;
Note: See TracChangeset for help on using the changeset viewer.