]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
2007-02-05 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 6 Feb 2007 04:47:44 +0000 (04:47 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 6 Feb 2007 04:47:44 +0000 (04:47 +0000)
* ar.c: Include <limits.h>, since we use LONG_MAX.

config/elfutils.spec.in
src/ChangeLog
src/ar.c

index a6b198165d6e7d3f3db6d6ff86733489ad0df8ba..f3e88228816b4dbab71f322203ebd02e3ea77baf 100644 (file)
@@ -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
index 9a3b2eea0567882694c976d6ca22b93b08ee9290..26920df1552d045e6c9e42d5366781eed9957018 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-05  Roland McGrath  <roland@redhat.com>
+
+       * ar.c: Include <limits.h>, since we use LONG_MAX.
+
 2007-02-05  Ulrich Drepper  <drepper@redhat.com>
 
        * ar.r: Add ugly hack to work around gcc complaining that we
index 37fa3e03e1df41fce0d948167aa86b632a6e759c..92487ac8a6bd5ae5cbfd9f2daa2acb6758c90a7d 100644 (file)
--- a/src/ar.c
+++ b/src/ar.c
@@ -33,6 +33,7 @@
 #include <fcntl.h>
 #include <gelf.h>
 #include <libintl.h>
+#include <limits.h>
 #include <locale.h>
 #include <mcheck.h>
 #include <search.h>