Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/procps/uptime.c

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

revision 1519 by niro, Fri Apr 24 18:33:46 2009 UTC revision 1520 by niro, Wed Sep 7 18:39:43 2011 UTC
# Line 16  Line 16 
16  /* getopt not needed */  /* getopt not needed */
17    
18  #include "libbb.h"  #include "libbb.h"
19    #include <sys/sysinfo.h>
20    
21  #ifndef FSHIFT  #ifndef FSHIFT
22  # define FSHIFT 16              /* nr of bits of precision */  # define FSHIFT 16              /* nr of bits of precision */

Legend:
Removed from v.1519  
changed lines
  Added in v.1520