From c0ccb908a0d28944b8715c2d229ee55e8cdace59 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 6 Aug 2004 20:47:25 +0000 Subject: * infptrace.c: Include if HAVE_SYS_FILE_H instead of !NO_SYS_FILE. [KERNEL_U_ADDR_BSD]: Don't include . [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable. (_initialize_kernel_u_addr): Remove prototype and function. * infttrace.c: Include if HAVE_SYS_FILE_H instead of !NO_SYS_FILE. * xcoffread.c: Likewise. --- gdb/xcoffread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffread.c') diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index 759dfcb..645bd4d 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -31,7 +31,7 @@ #include "gdb_string.h" #include -#ifndef NO_SYS_FILE +#ifdef HAVE_SYS_FILE_H #include #endif #include "gdb_stat.h" -- cgit v1.1