aboutsummaryrefslogtreecommitdiffstats
path: root/main/nano/time_t.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-28 09:16:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-28 09:16:11 +0000
commitc3afe23832888e34c61409ed146b5b4cd26d950f (patch)
tree7bdba8fa207e7ad12833ca1f19c88bce77292940 /main/nano/time_t.patch
parent5fa8aeff21043cbfb193634d4046025ead083fa7 (diff)
downloadaports-c3afe23832888e34c61409ed146b5b4cd26d950f.tar.bz2
aports-c3afe23832888e34c61409ed146b5b4cd26d950f.tar.xz
main/nano: upgrade to 2.4.1
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;