Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check.c

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