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

@ -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