Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/libbb/crc32.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 12  Line 12 
12   *   *
13   * endian = 1: big-endian   * endian = 1: big-endian
14   * endian = 0: little-endian   * endian = 0: little-endian
15     *
16     * Licensed under GPLv2, see file LICENSE in this tarball for details.
17   */   */
18    
19  #include "libbb.h"  #include "libbb.h"

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