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

Diff for /src/usr.bin/tmux/format.c between version 1.140 and 1.141

version 1.140, 2017/05/29 18:06:34 version 1.141, 2017/05/30 21:44:59
Line 19 
Line 19 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/wait.h>  #include <sys/wait.h>
   
 #include <ctype.h>  
 #include <errno.h>  #include <errno.h>
 #include <fnmatch.h>  #include <fnmatch.h>
 #include <libgen.h>  #include <libgen.h>
 #include <netdb.h>  
 #include <stdarg.h>  #include <stdarg.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
Line 840 
Line 838 
 }  }
   
 /* Is this true? */  /* Is this true? */
 static int  int
 format_true(const char *s)  format_true(const char *s)
 {  {
         if (s != NULL && *s != '\0' && (s[0] != '0' || s[1] != '\0'))          if (s != NULL && *s != '\0' && (s[0] != '0' || s[1] != '\0'))

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141