* gdb_string.h (strdup): Don't specify arguments in prototype.
+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 <pes@regent.e-technik.tu-muenchen.de>
* rs6000-nat.c (vmap_ldinfo): Issue warning instead of error if
#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) */