diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-18 07:22:07 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-18 07:22:07 +0000 |
commit | 2893b4289e0e13e22470908a0326515b9c1ec333 (patch) | |
tree | 3ce4223c038d8531ff5d013331a05405eebd4451 /data/minicom/timestamp.diff | |
parent | 056bad3691237101d94ac0e747a1bab418ba13ae (diff) |
Went through and did my best to remove timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/minicom/timestamp.diff')
-rw-r--r-- | data/minicom/timestamp.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/minicom/timestamp.diff b/data/minicom/timestamp.diff new file mode 100644 index 000000000..6945ae8f7 --- /dev/null +++ b/data/minicom/timestamp.diff @@ -0,0 +1,24 @@ +diff -ru minicom-2.2/src/minicom.c minicom-2.2+iPhone/src/minicom.c +--- minicom-2.2/src/minicom.c 2005-10-31 12:13:51.000000000 +0000 ++++ minicom-2.2+iPhone/src/minicom.c 2008-06-18 01:41:33.000000000 +0000 +@@ -1028,9 +1028,6 @@ + switch(c) { + case 'v': + printf(_("%s version %s"), PACKAGE, VERSION); +-#ifdef __DATE__ +- printf(_(" (compiled %s)"), __DATE__); +-#endif + printf("\n"); + printf(_("Copyright (C) Miquel van Smoorenburg.\n\n")); + printf("This program is free software; you can redistribute it and/or\n" +@@ -1340,9 +1337,7 @@ + + wprintf(us, "\n%s %s\r\n", _("Welcome to minicom"), VERSION); + wprintf(us, "\n%s: %s\r\n", _("OPTIONS"), option_string); +-#if defined (__DATE__) && defined (__TIME__) +- wprintf(us, "%s %s, %s.\r\n",_("Compiled on"), __DATE__,__TIME__); +-#endif ++ + wprintf(us, "Port %s\n", P_PORT); + wprintf(us, _("\nPress %sZ for help on special keys%c\n\n"),esc_key(),'\r'); + |