Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/libbb/warn_ignoring_args.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 6  Line 6 
6   *   *
7   * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.   * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
8   */   */
   
9  #include "libbb.h"  #include "libbb.h"
10    
11  void FAST_FUNC bb_warn_ignoring_args(int n)  #if ENABLE_DESKTOP
12    void FAST_FUNC bb_warn_ignoring_args(char *arg)
13  {  {
14   if (n) {   if (arg) {
15   bb_error_msg("ignoring all arguments");   bb_error_msg("ignoring all arguments");
16   }   }
17  }  }
18    #endif

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