From Kevin A. Buettner (kev@cujo.geg.mot.com).
authorFred Fish <fnf@specifix.com>
Fri, 29 Jul 1994 21:04:27 +0000 (21:04 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 29 Jul 1994 21:04:27 +0000 (21:04 +0000)
* 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.

gdb/ChangeLog
gdb/inflow.c

index fd44ecb..1c3a954 100644 (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,
index 0956142..53b42ef 100644 (file)
@@ -578,7 +578,7 @@ clear_sigint_trap()
   signal (SIGINT, osig);
 }
 \f
-#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