Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/runit/runit_lib.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 34  ADVISED OF THE POSSIBILITY OF SUCH DAMAG Line 34  ADVISED OF THE POSSIBILITY OF SUCH DAMAG
34  #include "libbb.h"  #include "libbb.h"
35  #include "runit_lib.h"  #include "runit_lib.h"
36    
37    #ifdef UNUSED
38  unsigned byte_chr(char *s,unsigned n,int c)  unsigned byte_chr(char *s,unsigned n,int c)
39  {  {
40   char ch;   char ch;
# Line 50  unsigned byte_chr(char *s,unsigned n,int Line 51  unsigned byte_chr(char *s,unsigned n,int
51   return t - s;   return t - s;
52  }  }
53    
 #ifdef UNUSED  
54  static /* as it isn't used anywhere else */  static /* as it isn't used anywhere else */
55  void tai_pack(char *s, const struct tai *t)  void tai_pack(char *s, const struct tai *t)
56  {  {

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