Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/libbb/bb_do_delay.c

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

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 7  Line 7 
7   * Licensed under the GPL v2, see the file LICENSE in this tarball.   * Licensed under the GPL v2, see the file LICENSE in this tarball.
8   */   */
9    
 #include <time.h>  
 #include <unistd.h>  
10  #include "libbb.h"  #include "libbb.h"
11    
12  void bb_do_delay(int seconds)  void FAST_FUNC bb_do_delay(int seconds)
13  {  {
14   time_t start, now;   time_t start, now;
15    

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