Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/sync.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 14  Line 14 
14  /* This is a NOFORK applet. Be very careful! */  /* This is a NOFORK applet. Be very careful! */
15    
16  int sync_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;  int sync_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
17  int sync_main(int argc, char **argv UNUSED_PARAM)  int sync_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM))
18  {  {
19   /* coreutils-6.9 compat */   /* coreutils-6.9 compat */
20   bb_warn_ignoring_args(argc - 1);   bb_warn_ignoring_args(argv[1]);
21    
22   sync();   sync();
23    

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