d603c20909
PR: 247902 Submitted by: Juraj Lutter <juraj@lutter.sk> (maintainer) Relnotes: https://www.hoopajoo.net/projects/powwow.html https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247902#c0
15 lines
347 B
C
15 lines
347 B
C
--- src/utils.c.orig 2020-07-10 20:54:00 UTC
|
|
+++ src/utils.c
|
|
@@ -12,9 +12,9 @@
|
|
|
|
#ifdef BSD_LIKE
|
|
/* Needed for SIGWINCH on OpenBSD. */
|
|
-# define _BSD_SOURCE
|
|
+# define _BSD_SOURCE 1
|
|
/* Needed for SIGWINCH on FreeBSD. */
|
|
-# define __BSD_VISIBLE
|
|
+# define __BSD_VISIBLE 1
|
|
/* Needed for SIGWINCH on Darwin. */
|
|
# define _DARWIN_C_SOURCE 1
|
|
#endif
|