[BACK]Return to cmd-wait-for.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-wait-for.c between version 1.10 and 1.11

version 1.10, 2015/10/20 21:12:08 version 1.11, 2015/11/18 14:27:44
Line 111 
Line 111 
 }  }
   
 enum cmd_retval  enum cmd_retval
 cmd_wait_for_exec(struct cmd *self, unused struct cmd_q *cmdq)  cmd_wait_for_exec(struct cmd *self, struct cmd_q *cmdq)
 {  {
         struct args             *args = self->args;          struct args             *args = self->args;
         const char              *name = args->argv[0];          const char              *name = args->argv[0];
Line 130 
Line 130 
 }  }
   
 enum cmd_retval  enum cmd_retval
 cmd_wait_for_signal(unused struct cmd_q *cmdq, const char *name,  cmd_wait_for_signal(__unused struct cmd_q *cmdq, const char *name,
     struct wait_channel *wc)      struct wait_channel *wc)
 {  {
         struct cmd_q    *wq, *wq1;          struct cmd_q    *wq, *wq1;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11