[BACK]Return to readline.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libedit/readline.c between version 1.119 and 1.120

version 1.119, 2016/02/15 22:48:59 version 1.120, 2016/02/15 23:36:30
Line 2327  rl_free_line_state(void)
Line 2327  rl_free_line_state(void)
   
 int  int
 /*ARGSUSED*/  /*ARGSUSED*/
 rl_set_keyboard_input_timeout(int u)  rl_set_keyboard_input_timeout(int u __attribute__((__unused__)))
 {  {
         return 0;          return 0;
 }  }

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb <webmaster@jp.NetBSD.org>