summaryrefslogtreecommitdiff
path: root/data/minicom/timestamp.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/minicom/timestamp.diff')
-rw-r--r--data/minicom/timestamp.diff24
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');
+