Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/dash/redir.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 44  Line 44 
44  union node;  union node;
45  void redirect(union node *, int);  void redirect(union node *, int);
46  void popredir(int);  void popredir(int);
47  void clearredir(int);  void clearredir(void);
48  int copyfd(int, int);  int savefd(int);
49  int redirectsafe(union node *, int);  int redirectsafe(union node *, int);

Legend:
Removed from v.814  
changed lines
  Added in v.815