]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update FSF address in copyright and remove any trailing blanks
authorJim Meyering <jim@meyering.net>
Mon, 15 Jul 1996 02:44:11 +0000 (02:44 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Jul 1996 02:44:11 +0000 (02:44 +0000)
lib/xstrdup.c

index da39db3e37f3973ace927bde50a1b6316f1f31d9..6ce9ac013fe4e062be61c451ffbe68c229e2cd43 100644 (file)
    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.  */
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#if defined(USG) || defined(STDC_HEADERS)
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
 #include <string.h>
 #else
 #include <strings.h>