mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
ChangeLog: https://www.scrollz.info/download/ChangeLog.2.3.1.txt Use online commit to avoid gcc. PR: 262693 Reported by: Christopher.petrik@usm.edu Approved by: freebsd@bitchx.org (maintainer, timeout > 2 weeks) Reviewed by: mikael@ MFH: 2022Q2 (bugfix release, security) Security: CVE-2021-29376
11 lines
312 B
C
11 lines
312 B
C
--- include/window.h.orig 2021-05-06 08:04:55 UTC
|
|
+++ include/window.h
|
|
@@ -42,7 +42,7 @@
|
|
* CREATE, that allows you to start new iscreen or xterm windows
|
|
* connected to the ircII client.
|
|
*/
|
|
-#undef WINDOW_CREATE
|
|
+#define WINDOW_CREATE
|
|
|
|
#if defined(M_UNIX) || !defined(HAVE_SYS_UN_H)
|
|
#undef WINDOW_CREATE
|