From 3278b75942bdbe706f7a0fba87729bb1e935b68b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:25 -0800 Subject: Import Upstream version 5d2 --- findexec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'findexec.c') diff --git a/findexec.c b/findexec.c index 18285c7..b6d648b 100644 --- a/findexec.c +++ b/findexec.c @@ -62,11 +62,12 @@ Wed Feb 21 23:06:35 1996 Aubrey Jaffer #ifdef __amigados__ # include # include +# include #endif #ifndef __STDC__ # define const /**/ #endif -#ifdef freebsd +#ifdef __FreeBSD__ /* This might be same for 44bsd derived system. */ # include # include @@ -77,7 +78,7 @@ Wed Feb 21 23:06:35 1996 Aubrey Jaffer # include # include #endif -#ifdef __GO32__ +#ifdef GO32 # include #endif -- cgit v1.2.3