summaryrefslogtreecommitdiff
path: root/data/ncftp
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-28 18:40:23 +0000
committerJay Freeman <saurik@saurik.com>2008-06-28 18:40:23 +0000
commit016418cd61ae9f4c2f210dfe3d7b077420129cd3 (patch)
treef7c3ee6a1d5ba6374d234f3f190059d4a6d47262 /data/ncftp
parent7b493b4c1beda8311ab3e9454ad77d10bdeb1363 (diff)
Removed even more timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@335 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/ncftp')
-rw-r--r--data/ncftp/timestamp.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/ncftp/timestamp.diff b/data/ncftp/timestamp.diff
new file mode 100644
index 000000000..93d3116e0
--- /dev/null
+++ b/data/ncftp/timestamp.diff
@@ -0,0 +1,13 @@
+diff -ru ncftp-3.2.1/ncftp/cmds.c ncftp-3.2.1+iPhone/ncftp/cmds.c
+--- ncftp-3.2.1/ncftp/cmds.c 2007-07-27 03:11:04.000000000 +0000
++++ ncftp-3.2.1+iPhone/ncftp/cmds.c 2008-06-19 04:46:12.000000000 +0000
+@@ -4536,9 +4536,6 @@
+ (void) printf("Archived at: ftp://ftp.NcFTP.com/ncftp/\n");
+ #endif
+ (void) printf("Library Version: %s\n", gLibNcFTPVersion + 5);
+-#ifdef __DATE__
+- (void) printf("Compile Date: %s\n", __DATE__);
+-#endif
+ if (gOS[0] != '\0')
+ (void) printf("Platform: %s\n", gOS);
+ } /* VersionCmd */