summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/delay/files/delay-1.6-clang16.patch')
-rw-r--r--app-misc/delay/files/delay-1.6-clang16.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-misc/delay/files/delay-1.6-clang16.patch b/app-misc/delay/files/delay-1.6-clang16.patch
deleted file mode 100644
index 5deec4ea5194..000000000000
--- a/app-misc/delay/files/delay-1.6-clang16.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/parsetimey.y
-+++ b/parsetimey.y
-@@ -7,6 +7,9 @@
-
- #define YYDEBUG 1
-
-+int yyerror(char *s);
-+int yylex(void);
-+
- time_t currtime;
- struct tm exectm;
- static int isgmt;