From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: gdb-patches@cygnus.com Subject: Re: [kettenis@delius.kettenis.nl: Fixes for gnu-nat.c] Date: Mon, 08 Mar 1999 13:09:00 -0000 Message-id: References: <199903051933.UAA00110@delius.kettenis.nl> X-SW-Source: 1999-03/msg00012.html Mark Kettenis writes: > Here are some patches that brings the machine-specific code for the > Hurd up to date. About including and defining > _SYS_WAIT_H: yes I know what I'm doing. It's a gross hack but it is > what Miles Bader intended. Should be committed shortly. 1999-03-08 Jim Blandy Another HURD fix from Mark Kettenis: * gnu-nat.c: Include . Remove declaration of strerror. Include instead of and define _SYS_WAIT_H to prevent the warning that we should not include it. (gnu_create_inferior): Change return type of attach_to_child to void. Do not return INFERIOR_PID. (gnu_pid_to_exec_file): Change return type to char *. Return NULL. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: gdb-patches@cygnus.com Subject: Re: [kettenis@delius.kettenis.nl: Fixes for gnu-nat.c] Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-ID: References: <199903051933.UAA00110@delius.kettenis.nl> X-SW-Source: 1999-q1/msg00066.html Message-ID: <19990401000000.jf8qybbsPO3t8bwY16JtQ9fnfWiipBZVV_vrqA3MZSM@z> Mark Kettenis writes: > Here are some patches that brings the machine-specific code for the > Hurd up to date. About including and defining > _SYS_WAIT_H: yes I know what I'm doing. It's a gross hack but it is > what Miles Bader intended. Should be committed shortly. 1999-03-08 Jim Blandy Another HURD fix from Mark Kettenis: * gnu-nat.c: Include . Remove declaration of strerror. Include instead of and define _SYS_WAIT_H to prevent the warning that we should not include it. (gnu_create_inferior): Change return type of attach_to_child to void. Do not return INFERIOR_PID. (gnu_pid_to_exec_file): Change return type to char *. Return NULL.