mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Support compiling on {Open,Net}BSD.
Submitted by: Berndt Josef Wulf <wulf@ping.net.au> via Warner Losh
This commit is contained in:
parent
f83e6db1d3
commit
1205669b85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8052
@ -47,7 +47,7 @@ diff -c beav-140.orig/termio.c beav-140/termio.c
|
||||
#include <signal.h>
|
||||
#ifdef BSD
|
||||
#include <sys/ioctl.h>
|
||||
+ #ifdef __FreeBSD__
|
||||
+ #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
+ #include <sys/ioctl_compat.h>
|
||||
+ #endif
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user