[BACK]Return to redir.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin / sh

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

Diff for /src/bin/sh/redir.h between version 1.9 and 1.9.6.1

version 1.9, 1995/05/11 21:30:13 version 1.9.6.1, 1997/01/26 04:57:38
Line 46  union node;
Line 46  union node;
 void redirect __P((union node *, int));  void redirect __P((union node *, int));
 void popredir __P((void));  void popredir __P((void));
 int fd0_redirected_p __P((void));  int fd0_redirected_p __P((void));
 void clearredir __P((void));  void clearredir __P((void));
 int copyfd __P((int, int));  int copyfd __P((int, int));
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.6.1

CVSweb <webmaster@jp.NetBSD.org>