From e78f90a463bccd212562b38296af14108597d7d2 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 4 Nov 1994 02:14:13 +0000 Subject: __386BSD__ -> __FreeBSD__ I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? --- usr.bin/ncftp/sys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ncftp/sys.h b/usr.bin/ncftp/sys.h index 699432f..8f7c690 100644 --- a/usr.bin/ncftp/sys.h +++ b/usr.bin/ncftp/sys.h @@ -399,7 +399,7 @@ extern int errno; # endif #endif /* BSDi */ -#ifdef __386BSD__ +#ifdef __FreeBSD__ # ifdef __FreeBSD__ # define System "FreeBSD" # define GZCAT "/usr/bin/gzcat" @@ -416,7 +416,7 @@ extern int errno; #endif #ifdef BSD -# ifndef __386BSD__ +# ifndef __FreeBSD__ # ifndef SYSDIRH # define SYSDIRH 1 # endif -- cgit v1.1