diff options
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index bbd92b9..c2b6d56 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -489,7 +489,8 @@ child_terminal_info (args, from_tty) } #ifdef PROCESS_GROUP_TYPE - printf_filtered ("Process group = %d\n", inferior_process_group); + printf_filtered ("Process group = %d\n", + (int) inferior_process_group); #endif SERIAL_PRINT_TTY_STATE (stdin_serial, inferior_ttystate, gdb_stdout); |