Associate dummy_frame with ptid
[deliverable/binutils-gdb.git] / gdb / environ.c
index 73e278ad7ef19e00c87fbb35d243363a3191587c..7092a1a3c95d364aafef03b4ee9c9f28fb6cedf4 100644 (file)
@@ -1,7 +1,6 @@
 /* environ.c -- library for manipulating environments for GNU.
 
-   Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 2000,
-   2003, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,7 +20,7 @@
 
 #include "defs.h"
 #include "environ.h"
-#include "gdb_string.h"
+#include <string.h>
 \f
 
 /* Return a new environment object.  */
This page took 0.023544 seconds and 4 git commands to generate.