* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gdb / inflow.c
index cd0105e812b9cf51b3e8552a858593513f11a859..f3757d5e3a98b760a12ecbc917770c4bc3764c09 100644 (file)
@@ -176,7 +176,11 @@ terminal_init_inferior ()
        free (inferior_ttystate);
       inferior_ttystate = SERIAL_GET_TTY_STATE (stdin_serial);
 #ifdef PROCESS_GROUP_TYPE
+#ifdef PIDGET                  /* XXX Lynx */
+      inferior_process_group = PIDGET (inferior_pid);
+#else
       inferior_process_group = inferior_pid;
+#endif
 #endif
 
       /* Make sure that next time we call terminal_inferior (which will be
This page took 0.022903 seconds and 4 git commands to generate.