summaryrefslogtreecommitdiff
path: root/data/nano
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-17 22:20:22 +0000
committerJay Freeman <saurik@saurik.com>2008-06-17 22:20:22 +0000
commitb67347bbf4b0f5a2ad102c00fc1b213ad30993d0 (patch)
tree48c31abd7e013c022d5866075ddd1b3d64af5be9 /data/nano
parent00f9a8f26321d0e37ecab72777bd77aab249d4ab (diff)
Removed a number of evil timestamps from builds.
git-svn-id: http://svn.telesphoreo.org/trunk@323 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/nano')
-rw-r--r--data/nano/timestamp.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/nano/timestamp.diff b/data/nano/timestamp.diff
new file mode 100644
index 000000000..660577f99
--- /dev/null
+++ b/data/nano/timestamp.diff
@@ -0,0 +1,13 @@
+diff -ru nano-2.0.7/src/nano.c nano-2.0.7+iPhone/src/nano.c
+--- nano-2.0.7/src/nano.c 2007-12-18 22:00:17.000000000 +0000
++++ nano-2.0.7+iPhone/src/nano.c 2008-06-16 20:43:20.000000000 +0000
+@@ -884,8 +884,7 @@
+ * it was compiled with. */
+ void version(void)
+ {
+- printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION,
+- __TIME__, __DATE__);
++ printf(_(" GNU nano version %s\n"), VERSION);
+ printf(" (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007\n");
+ printf(" Free Software Foundation, Inc.\n");
+ printf(