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

Diff for /src/usr.bin/ssh/monitor.c between version 1.110 and 1.111

version 1.110, 2010/09/09 10:45:45 version 1.111, 2011/05/15 08:09:01
Line 1513 
Line 1513 
 /* XXX */  /* XXX */
   
 #define FD_CLOSEONEXEC(x) do { \  #define FD_CLOSEONEXEC(x) do { \
         if (fcntl(x, F_SETFD, 1) == -1) \          if (fcntl(x, F_SETFD, FD_CLOEXEC) == -1) \
                 fatal("fcntl(%d, F_SETFD)", x); \                  fatal("fcntl(%d, F_SETFD)", x); \
 } while (0)  } while (0)
   

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111