root / trunk / data / bootstrap-cmds / timestamp.diff

Revision 326, 0.6 kB (checked in by saurik, 5 months ago)

Went through and did my best to remove timestamping.

  • migcom.tproj/utils.c

    diff -ru bootstrap_cmds-60/migcom.tproj/utils.c bootstrap_cmds-60+iPhone/migcom.tproj/utils.c
    old new  
    6969    fprintf(file, "/*\n"); 
    7070    fprintf(file, " * IDENTIFICATION:\n"); 
    7171    fprintf(file, " * stub generated %s", GenerationDate); 
    72     fprintf(file, " * with a MiG generated %s by %s\n", MigGenerationDate, MigMoreData); 
    7372    fprintf(file, " * OPTIONS: \n"); 
    7473    if (IsKernelUser) 
    7574        fprintf(file, " *\tKernelUser\n"); 
Note: See TracBrowser for help on using the browser.