Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/utils/sleep.c

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 19  int main(int argc, char *argv[]) Line 19  int main(int argc, char *argv[])
19    
20   return 0;   return 0;
21    
22        err:  err:
23   fprintf(stderr, "Usage: %s seconds[.fraction]\n", argv[0]);   fprintf(stderr, "Usage: %s seconds[.fraction]\n", argv[0]);
24   return 1;   return 1;
25  }  }

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