From Kevin A. Buettner (kev@cujo.geg.mot.com).

* Makefile.in (coredep.o):  Add inferior.h as dependency.
	* inflow.c:  Add F_SETOWN to list of defines to check
	around code that uses F_SETOWN.
This commit is contained in:
Fred Fish 1994-07-29 21:04:27 +00:00
parent 8cb35771db
commit 0c18c7370b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Fri Jul 29 13:46:08 1994 Fred Fish (fnf@cygnus.com)
From Kevin A. Buettner (kev@cujo.geg.mot.com).
* Makefile.in (coredep.o): Add inferior.h as dependency.
* inflow.c: Add F_SETOWN to list of defines to check
around code that uses F_SETOWN.
Fri Jul 29 09:59:05 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): If using newlib,

View File

@ -578,7 +578,7 @@ clear_sigint_trap()
signal (SIGINT, osig);
}
#if defined (SIGIO) && defined (FASYNC) && defined (FD_SET)
#if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
static void (*old_sigio) ();
static void