Changeset 0dc91833 in mainline for uspace/lib/ext4/libext4_hash.c


Ignore:
Timestamp:
2011-10-26T11:41:21Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf9da656
Parents:
ab77928
Message:

splitted code because of very long source file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_hash.c

    rab77928 r0dc91833  
    236236    void (*str2hashbuf)(const char *, int, uint32_t *, int) = str2hashbuf_signed;
    237237
    238     /*
    239     for (i = 0; i < 8; ++i) {
    240         in[i] = 0;
    241     }
    242     */
    243 
    244238    /* Initialize the default seed for the hash checksum functions */
    245239        buf[0] = 0x67452301;
Note: See TracChangeset for help on using the changeset viewer.