* infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of

!NO_SYS_FILE.
[KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
[KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
(_initialize_kernel_u_addr): Remove prototype and function.
* infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
!NO_SYS_FILE.
* xcoffread.c: Likewise.
This commit is contained in:
Mark Kettenis
2004-08-06 20:47:25 +00:00
parent b9e1c0d643
commit c0ccb908a0
6 changed files with 21 additions and 43 deletions

View File

@@ -119,7 +119,7 @@
#endif
#include "gdbcore.h"
#ifndef NO_SYS_FILE
#ifdef HAVE_SYS_FILE_H
#include <sys/file.h>
#endif