aboutsummaryrefslogtreecommitdiffstats
path: root/main/nano/time_t.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/nano/time_t.patch')
-rw-r--r--main/nano/time_t.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/nano/time_t.patch b/main/nano/time_t.patch
deleted file mode 100644
index ee6423a055..0000000000
--- a/main/nano/time_t.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/text.c.orig
-+++ ./src/text.c
-@@ -2664,7 +2664,7 @@
- ssize_t current_y_save = openfile->current_y;
- ssize_t lineno_save = openfile->current->lineno;
- struct stat spellfileinfo;
-- __time_t timestamp;
-+ time_t timestamp;
- pid_t pid_spell;
- char *ptr;
- static int arglen = 3;