From 5b616ba11e5389dc47b9d85a3cbfbdbb54955801 Mon Sep 17 00:00:00 2001 From: Jeff Holcomb Date: Fri, 26 Jan 2001 19:47:23 +0000 Subject: 2001-01-24 Jeff Holcomb * 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. --- gdb/config/i386/xm-i386mach.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gdb/config/i386') diff --git a/gdb/config/i386/xm-i386mach.h b/gdb/config/i386/xm-i386mach.h index 094660a..e91e493 100644 --- a/gdb/config/i386/xm-i386mach.h +++ b/gdb/config/i386/xm-i386mach.h @@ -1,5 +1,5 @@ /* Definitions to make GDB run on Mach on an Intel 386 - Copyright (C) 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1991, 1992, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -27,5 +27,3 @@ /* only defines this if __STDC__!!! */ extern int errno; - -extern char *strdup (); -- cgit v1.1