* config/arm/xm-linux.h, config/ia64/xm-linux.h,
authorMark Kettenis <kettenis@gnu.org>
Sat, 8 Sep 2001 10:39:54 +0000 (10:39 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 8 Sep 2001 10:39:54 +0000 (10:39 +0000)
config/m68k/xm-linux.h, config/mips/xm-linux.h,
config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
redundant inclusion of <unistd.h>.

gdb/ChangeLog
gdb/config/arm/xm-linux.h
gdb/config/ia64/xm-linux.h
gdb/config/m68k/xm-linux.h
gdb/config/mips/xm-linux.h
gdb/config/powerpc/xm-linux.h
gdb/config/sparc/xm-linux.h

index a9f6cef54d177f1c5f58953e5785b4ab1783d1f9..f57df7f90fe968e17913841b94eaa74a42920e55 100644 (file)
@@ -1,5 +1,10 @@
 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
 
+       * config/arm/xm-linux.h, config/ia64/xm-linux.h,
+       config/m68k/xm-linux.h, config/mips/xm-linux.h,
+       config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
+       redundant inclusion of <unistd.h>.
+
        * gdbtypes.h (struct block): Add forward declaration.
 
 2001-09-07  Andrew Cagney  <ac131313@redhat.com>
index 272d9190002140697ec90a19373e019a38efb7b2..e8f9e85d792fe391699f9c088cef563e03d8c7aa 100644 (file)
@@ -27,7 +27,4 @@
    to get the offset in the core file of the register values.  */
 #define KERNEL_U_ADDR 0x0
 
-/* Need R_OK etc, but USG isn't defined.  */
-#include <unistd.h>
-
 #endif /* XM_ARMLINUX_H */
index 66ed6e226ecc99e0aa74c8638c8dc02e1e318b7c..6f6b05579bdad05cbb661bd767eb311f5745e7d6 100644 (file)
@@ -27,7 +27,4 @@
    to get the offset in the core file of the register values.  */
 #define KERNEL_U_ADDR 0x0
 
-/* Need R_OK etc, but USG isn't defined.  */
-#include <unistd.h>
-
 #endif /* #ifndef XM_LINUX_H */
index ebd9126d0f90d77e117a78fa1daec99c68eae55b..e5839b99bbf33ffb71e16589ac717de652bd9aee 100644 (file)
@@ -31,7 +31,4 @@
 
 #define HOST_LONG_DOUBLE_FORMAT &floatformat_m68881_ext
 
-/* Need R_OK etc, but USG isn't defined.  */
-#include <unistd.h>
-
 #endif /* #ifndef XM_LINUX_H */
index d28578b03c55dde49d1cab445679add939aca1d9..d691e465993f104907f34c43ed66eb347f0677ec 100644 (file)
@@ -30,7 +30,4 @@
 #endif
 #endif
 
-/* Need R_OK etc, but USG isn't defined.  */
-#include <unistd.h>
-
 #endif /* XM_MIPSLINUX_H */
index d7c4b02c7f52b19f0f5346aa289f4b6474fab4be..410ece1693c66e5f29853daba1f0c2971b93339e 100644 (file)
@@ -27,9 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    to get the offset in the core file of the register values.  */
 #define KERNEL_U_ADDR 0x0
 
-/* Need R_OK etc, but USG isn't defined.  */
-#include <unistd.h>
-
 /* If you expect to use the mmalloc package to obtain mapped symbol files,
    for now you have to specify some parameters that determine how gdb places
    the mappings in it's address space.  See the comments in map_to_address()
index a36738e172547c23ee9639b6da2f6a8fd2ecc10f..e45b702a0fb5623fe6c0ee6167065eb41f2ec5d3 100644 (file)
@@ -30,9 +30,6 @@
 
 #define U_REGS_OFFSET 0
 
-/* Need R_OK etc, but USG isn't defined.  */
-#include <unistd.h>
-
 /* If you expect to use the mmalloc package to obtain mapped symbol files,
    for now you have to specify some parameters that determine how gdb places
    the mappings in it's address space.  See the comments in map_to_address()