2005-10-29 H.J. Lu <hongjiu.lu@intel.com>

* hpux-core.c: Include <machine/reg.h> only if HPUX_CORE is
	define.
	* osf-core.c: Include <sys/core.h> only if OSF_CORE is defined.
	* sco5-core.c: Include <sys/paccess.h> and <sys/region.h> only
	if SCO5_CORE is defined.
This commit is contained in:
H.J. Lu 2005-10-29 23:00:12 +00:00
parent 6906ad7f1f
commit 9b8181460d
4 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2005-10-29 H.J. Lu <hongjiu.lu@intel.com>
* hpux-core.c: Include <machine/reg.h> only if HPUX_CORE is
define.
* osf-core.c: Include <sys/core.h> only if OSF_CORE is defined.
* sco5-core.c: Include <sys/paccess.h> and <sys/region.h> only
if SCO5_CORE is defined.
2005-10-29 Mark Kettenis <kettenis@gnu.org>
* Makefile.am: Run "make dep-am".

View File

@ -61,7 +61,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# endif
#endif
#include <signal.h>
#ifdef HPUX_CORE
#include <machine/reg.h>
#endif
#include <sys/user.h> /* After a.out.h */
#include <sys/file.h>

View File

@ -26,7 +26,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#include "libbfd.h"
#include <sys/user.h>
#ifdef OSF_CORE
#include <sys/core.h>
#endif
/* forward declarations */

View File

@ -31,8 +31,10 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#include <signal.h>
#include <sys/user.h> /* After a.out.h */
#ifdef SCO5_CORE
#include <sys/paccess.h>
#include <sys/region.h>
#endif
struct sco5_core_struct
{