summaryrefslogtreecommitdiff
path: root/gdb/config/vax
diff options
context:
space:
mode:
authorJeff Holcomb <jeffh@redhat.com>2001-01-26 19:47:23 +0000
committerJeff Holcomb <jeffh@redhat.com>2001-01-26 19:47:23 +0000
commitbe49ed02760f6495574c99ae41995b2ecd7e45ee (patch)
tree77618f32b91ca0c4533d468d9306dd35aecf39b2 /gdb/config/vax
parent05756cce303fb3ffed47b7a8141da17cb9143827 (diff)
downloadgdb-be49ed02760f6495574c99ae41995b2ecd7e45ee.tar.gz
2001-01-24 Jeff Holcomb <jeffh@redhat.com>
* remote-udi.c (udi_open): Change strdup to xstrdup. * thread.c (thread_apply_all_command): Change strdup to xstrdup. Update copyright message. * varobj.c (delete_variable_1): Likewise. * gdb_string.h: Remove declaration of strdup. Update copyright message. * config/xm-mpw.h: Likewise. * config/i386/xm-i386mach.h: Likewise. * config/m68k/xm-apollo68b.h: Likewise. * config/m68k/xm-hp300bsd.h: Likewise. * config/rs6000/xm-rs6000.h: Likewise. * config/vax/xm-vaxult.h: Remove declaration of strdup. * config/vax/xm-vaxult2.h: Likewise.
Diffstat (limited to 'gdb/config/vax')
-rw-r--r--gdb/config/vax/xm-vaxult.h2
-rw-r--r--gdb/config/vax/xm-vaxult2.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/vax/xm-vaxult.h b/gdb/config/vax/xm-vaxult.h
index 5b9020a5524..576a44fde57 100644
--- a/gdb/config/vax/xm-vaxult.h
+++ b/gdb/config/vax/xm-vaxult.h
@@ -1,8 +1,6 @@
/* Definitions to make GDB run on a vax under Ultrix. */
#include "vax/xm-vax.h"
-extern char *strdup ();
-
/* This is required for Ultrix 3.1b, not for later versions. Ultrix
3.1b can't just use xm-vaxult2.h because Ultrix 3.1b does define
FD_SET. Sure, we could have separate configurations for vaxult2,
diff --git a/gdb/config/vax/xm-vaxult2.h b/gdb/config/vax/xm-vaxult2.h
index 3d039ce95f6..a46669830cd 100644
--- a/gdb/config/vax/xm-vaxult2.h
+++ b/gdb/config/vax/xm-vaxult2.h
@@ -1,8 +1,6 @@
/* Definitions to make GDB run on a vax under Ultrix. */
#include "vax/xm-vax.h"
-extern char *strdup ();
-
#define NO_PTRACE_H
/* Old versions of ultrix have fd_set but not the FD_* macros. */