Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/tee.c

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 11  Line 11 
11  /* http://www.opengroup.org/onlinepubs/007904975/utilities/tee.html */  /* http://www.opengroup.org/onlinepubs/007904975/utilities/tee.html */
12    
13  #include "libbb.h"  #include "libbb.h"
 #include <signal.h>  
14    
15  int tee_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;  int tee_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
16  int tee_main(int argc, char **argv)  int tee_main(int argc, char **argv)

Legend:
Removed from v.983  
changed lines
  Added in v.984