On 04/27/2011 09:54 AM, GDB Administrator wrote: > 119a120 >> gdb/common/linux-ptrace.h:22: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h > gdb/common/linux-ptrace.h:22:#include sys/wait.h is included for macro __WALL. However, we can safely remove this include from common/linux-ptrace.h because either sys/wait.h or gdb_wait.h is included before including linux-ptrace.h in linux-nat.c and linux-low.c. In linux-nat.c, gdb_wait.h is included in line 25, and linux-ptrace.h is included in line 33. In linux-low.c, sys/wait.h is included in line 23, and linux-ptrace.h is included in line 27. Is it OK? -- Yao (齐尧)