[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.127 and 1.128

version 1.127, 2016/03/23 22:27:48 version 1.128, 2016/04/18 17:01:19
Line 52  __RCSID("$NetBSD$");
Line 52  __RCSID("$NetBSD$");
   
 #include "readline/readline.h"  #include "readline/readline.h"
 #include "el.h"  #include "el.h"
   #include "fcns.h"
 #include "filecomplete.h"  #include "filecomplete.h"
   
 void rl_prep_terminal(int);  void rl_prep_terminal(int);

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

CVSweb <webmaster@jp.NetBSD.org>