From 610fae39e91ad30d4643b626e06664356d5b9f8c Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 4 Nov 1994 06:59:17 +0000 Subject: [PATCH] Better tuning for FreeBSD 2.0 --- usr.bin/ncftp/sys.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/ncftp/sys.h b/usr.bin/ncftp/sys.h index 2e7b5d2b03c4..83f3516ca718 100644 --- a/usr.bin/ncftp/sys.h +++ b/usr.bin/ncftp/sys.h @@ -405,6 +405,9 @@ extern int errno; # include # include /* 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