Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/scripts/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 187  int main(int argc, char **argv) Line 187  int main(int argc, char **argv)
187   putchar('\n');   putchar('\n');
188   }   }
189   ret:   ret:
190   return fflush(stdout);   return fflush_all();
191  }  }
192    
193  /*-  /*-

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