From: Roland McGrath Date: Tue, 6 Feb 2007 04:47:44 +0000 (+0000) Subject: 2007-02-05 Roland McGrath X-Git-Tag: elfutils-0.127~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82a1ec3ed061c892dd1f11fc09bf14290334234;p=thirdparty%2Felfutils.git 2007-02-05 Roland McGrath * ar.c: Include , since we use LONG_MAX. --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index a6b198165..f3e882288 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -1,5 +1,5 @@ # -*- rpm-spec-*- -Summary: A collection of utilities and DSOs to handle compiled objects +Summary: A collection of utilities and DSOs to handle compiled objects. Name: elfutils Version: @PACKAGE_VERSION@ Release: 1 diff --git a/src/ChangeLog b/src/ChangeLog index 9a3b2eea0..26920df15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-02-05 Roland McGrath + + * ar.c: Include , since we use LONG_MAX. + 2007-02-05 Ulrich Drepper * ar.r: Add ugly hack to work around gcc complaining that we diff --git a/src/ar.c b/src/ar.c index 37fa3e03e..92487ac8a 100644 --- a/src/ar.c +++ b/src/ar.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include