summaryrefslogtreecommitdiff
path: root/misc/tlci/files/patch-src_tlci.c
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-11 21:14:30 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-11 21:16:23 +0200
commit77f8df9a0d07f9ca47461eb806a5c3e689830a76 (patch)
treef924c1ef46a04bda4822de78a684f4fdc940e75d /misc/tlci/files/patch-src_tlci.c
parentdevel/libshbuf: Fix build with llvm15 (diff)
misc/tlci: Fix build with llvm15
Approved by: portmgr (blanket)
Diffstat (limited to 'misc/tlci/files/patch-src_tlci.c')
-rw-r--r--misc/tlci/files/patch-src_tlci.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/tlci/files/patch-src_tlci.c b/misc/tlci/files/patch-src_tlci.c
new file mode 100644
index 000000000000..c458d4472e54
--- /dev/null
+++ b/misc/tlci/files/patch-src_tlci.c
@@ -0,0 +1,11 @@
+--- src/tlci.c.orig 2023-06-11 19:01:46 UTC
++++ src/tlci.c
+@@ -46,7 +46,7 @@ extern void switch_to_stdin(void);
+ extern FILE* yyin;
+
+ /*********************************************************************************/
+-static void on_quit()
++static void on_quit(void)
+ {
+ heap_destroy(tlci_heap);
+ }