From: Jim Kingdon Date: Thu, 5 Aug 1993 16:08:22 +0000 (+0000) Subject: * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d625b3987abab7a81ac9a8a04937cfe0432c2452;p=binutils-gdb.git * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b552c5c6ab0..9954630b234 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL. + * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h. Wed Aug 4 18:32:12 1993 Fred Fish (fnf@cygnus.com)