mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
11 lines
163 B
C
11 lines
163 B
C
--- screen.c
|
|
+++ screen.c
|
|
@@ -50,7 +50,7 @@
|
|
|
|
#include "config.h"
|
|
|
|
-#ifdef SVR4
|
|
+#if defined(SVR4) && !defined(__FreeBSD__)
|
|
# include <sys/stropts.h>
|
|
#endif
|
|
|