aboutsummaryrefslogtreecommitdiffstats
path: root/main/nano/time_t.patch
blob: ee6423a055ec25638ca4c0e1a0ce8e9cb2e9517e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./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;