[BACK]Return to server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server.c between version 1.114 and 1.115

version 1.114, 2014/05/14 06:21:19 version 1.115, 2014/07/21 10:52:48
Line 111 
Line 111 
         /* The first client is special and gets a socketpair; create it. */          /* The first client is special and gets a socketpair; create it. */
         if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, pair) != 0)          if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, pair) != 0)
                 fatal("socketpair failed");                  fatal("socketpair failed");
           log_debug("starting server");
   
         switch (fork()) {          switch (fork()) {
         case -1:          case -1:

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115