Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574654 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/mkfs.fat.c (-1 / +1 lines)
Lines 1412-1418 int main(int argc, char **argv) Link Here
1412
1412
1413
    gettimeofday(&create_timeval, NULL);
1413
    gettimeofday(&create_timeval, NULL);
1414
    create_time = create_timeval.tv_sec;
1414
    create_time = create_timeval.tv_sec;
1415
    volume_id = (u_int32_t) ((create_timeval.tv_sec << 20) | create_timeval.tv_usec);	/* Default volume ID = creation time, fudged for more uniqueness */
1415
    volume_id = (uint32_t) ((create_timeval.tv_sec << 20) | create_timeval.tv_usec);	/* Default volume ID = creation time, fudged for more uniqueness */
1416
    check_atari();
1416
    check_atari();
1417
1417
1418
    printf("mkfs.fat " VERSION " (" VERSION_DATE ")\n");
1418
    printf("mkfs.fat " VERSION " (" VERSION_DATE ")\n");

Return to bug 574654