From 2893b4289e0e13e22470908a0326515b9c1ec333 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Wed, 18 Jun 2008 07:22:07 +0000 Subject: Went through and did my best to remove timestamping. git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d --- data/bootstrap-cmds/timestamp.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/bootstrap-cmds/timestamp.diff (limited to 'data/bootstrap-cmds/timestamp.diff') diff --git a/data/bootstrap-cmds/timestamp.diff b/data/bootstrap-cmds/timestamp.diff new file mode 100644 index 000000000..8f3ee91f9 --- /dev/null +++ b/data/bootstrap-cmds/timestamp.diff @@ -0,0 +1,11 @@ +diff -ru bootstrap_cmds-60/migcom.tproj/utils.c bootstrap_cmds-60+iPhone/migcom.tproj/utils.c +--- bootstrap_cmds-60/migcom.tproj/utils.c 2005-02-06 07:28:59.000000000 +0000 ++++ bootstrap_cmds-60+iPhone/migcom.tproj/utils.c 2008-06-18 00:40:09.000000000 +0000 +@@ -69,7 +69,6 @@ + fprintf(file, "/*\n"); + fprintf(file, " * IDENTIFICATION:\n"); + fprintf(file, " * stub generated %s", GenerationDate); +- fprintf(file, " * with a MiG generated %s by %s\n", MigGenerationDate, MigMoreData); + fprintf(file, " * OPTIONS: \n"); + if (IsKernelUser) + fprintf(file, " *\tKernelUser\n"); -- cgit v1.2.3