* stabsread.c (get_substring): Declare second arg as int.
[deliverable/binutils-gdb.git] / gdb / stuff.c
index 1ce07efdd7bb847d3a6675ac95a31f8115873c7c..eedbeab999865c16cb9836ab3acae5bbbadd69b0 100644 (file)
@@ -15,14 +15,14 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* Written 13-Mar-86 by David Bridgham. */
 
 #include <stdio.h>
 #include <a.out.h>
 #include <sys/types.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 #include <sys/file.h>
 #include <varargs.h>
 
@@ -168,7 +168,7 @@ err (va_alist)
 
   va_start (args);
   string = va_arg (args, char *);
-  vfprintf (stderr, string, args);
+  vfprintf (gdb_stderr, string, args);
   va_end (args);
   exit (-1);
 }
This page took 0.023838 seconds and 4 git commands to generate.