mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Better tuning for FreeBSD 2.0
This commit is contained in:
parent
7a9dedf90d
commit
610fae39e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4139
@ -405,6 +405,9 @@ extern int errno;
|
||||
# include <sys/types.h>
|
||||
# include <sys/param.h> /* this two for BSD definition */
|
||||
/* to avoid redefinition of it to 1 */
|
||||
#if __FreeBSD__ > 1
|
||||
# define SYSSELECTH 1
|
||||
#endif
|
||||
# define HERROR 1
|
||||
# define TERMIOS 1
|
||||
# define HAS_GETCWD 1
|
||||
|
Loading…
Reference in New Issue
Block a user