File: fix-build-gcc-15.patch

package info (click to toggle)
sucrack 1.2.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 676 kB
  • sloc: sh: 3,197; ansic: 1,446; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix build to GCC-15
Forwarded: no
Author: Matheus Polkorny <mpolkorny@gmail.com>
---
index 15c4a7a..661c9f2 100755
--- a/src/util.h
+++ b/src/util.h
@@ -54,7 +54,7 @@
 
 //void	sys_err_printf(char *fmt, ...);
 
-void	prepare_tty();
+void	prepare_tty(int just_copy);
 void	reset_tty();
 int	key_pressed();