diff options
author | ache <ache@FreeBSD.org> | 1994-11-04 06:59:17 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-04 06:59:17 +0000 |
commit | fd72f9f9b7b492f149ba81c26bb310fe0d2f6608 (patch) | |
tree | e22c7f8ab32607db679c921ff29b339bfaedf0f7 /usr.bin | |
parent | a990c7e2831943a141ce695e5bb4aea2d33f6fed (diff) | |
download | FreeBSD-src-fd72f9f9b7b492f149ba81c26bb310fe0d2f6608.zip FreeBSD-src-fd72f9f9b7b492f149ba81c26bb310fe0d2f6608.tar.gz |
Better tuning for FreeBSD 2.0
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ncftp/sys.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/ncftp/sys.h b/usr.bin/ncftp/sys.h index 2e7b5d2..83f3516 100644 --- a/usr.bin/ncftp/sys.h +++ b/usr.bin/ncftp/sys.h @@ -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 |