Magellan Linux

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

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

revision 1519 by niro, Wed Aug 18 21:56:57 2010 UTC revision 1520 by niro, Wed Sep 7 18:39:43 2011 UTC
# Line 10  Line 10 
10  /* getopt not needed */  /* getopt not needed */
11    
12  #include "libbb.h"  #include "libbb.h"
13    #include <sys/sysinfo.h>
14    
15  int free_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;  int free_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
16  int free_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM))  int free_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM))

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