* xm-vaxult.h: Add decl for strdup().
authorStu Grossman <grossman@cygnus>
Mon, 6 Apr 1992 23:37:23 +0000 (23:37 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 6 Apr 1992 23:37:23 +0000 (23:37 +0000)
gdb/ChangeLog
gdb/xm-vaxult.h

index e66731745074ac14ee174a8aa7b48c1a4a06390f..4a7b460a73b07a0a189dbdb35c13795a08c81329 100644 (file)
@@ -1,5 +1,7 @@
 Mon Apr  6 15:25:03 1992  Stu Grossman  (grossman at cygnus.com)
 
+       * xm-vaxult.h:  Add decl for strdup().
+
        * Makefile.in: Add dependancies for xm-vaxbsd.h and xm-vaxult.h
        for xm-vax.h.
 
index 52b5951e3939c506c9c4d9aae760a84954ff45b3..74938fd0773a7111d539b00f82e9818ad8cf737a 100644 (file)
@@ -1,3 +1,4 @@
 /* Definitions to make GDB run on a vax under Ultrix. */
 
 #include "xm-vax.h"
+extern char *strdup();