Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/echo.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 141  int echo_main(int argc UNUSED_PARAM, cha Line 141  int echo_main(int argc UNUSED_PARAM, cha
141   bb_putchar('\n');   bb_putchar('\n');
142   }   }
143   ret:   ret:
144   return fflush(stdout);   return fflush_all();
145  }  }
146    
147  /*-  /*-

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