From a9eeaad7655dc0ff1f268f93563edd73de4de063 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 27 Apr 1998 17:44:26 +0000 Subject: [PATCH] Mon Apr 27 10:43:04 1998 Jason Molenda (crash@bugshack.cygnus.com) * gdb_string.h (strdup): Don't specify arguments in prototype. --- gdb/ChangeLog | 4 ++++ gdb/gdb_string.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c8d00b7..2e1bf02 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 27 10:43:04 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * gdb_string.h (strdup): Don't specify arguments in prototype. + Sun Apr 26 07:57:21 1998 Peter Schauer * rs6000-nat.c (vmap_ldinfo): Issue warning instead of error if diff --git a/gdb/gdb_string.h b/gdb/gdb_string.h index 7cfef64..4001fab 100644 --- a/gdb/gdb_string.h +++ b/gdb/gdb_string.h @@ -62,7 +62,7 @@ extern char *strerror PARAMS ((int)); /* X3.159-1989 4.11.6.2 */ #endif #ifndef strdup -extern char *strdup PARAMS ((const char *)); +extern char *strdup (); /* full prototype collides w/ some OSes (AIX 3.2.5) */ #endif #endif /* !defined(GDB_STRING_H) */ -- 2.7.4