All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Restore test for limits.h
@ 2011-12-14 22:26 Mario Limonciello
  2012-01-22 15:48 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Limonciello @ 2011-12-14 22:26 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]

Hello,

I've noticed that a freshly autogened checkout of bzr will not test for limits.h and consequently doesn't compile with HAVE_LIMITS_H.  This was removed in bzr r2566.  HAVE_LIMITS_H is still used in util/getroot.c and grub-core/kern/emu-misc.c.

This patch restores that functionality:

=== modified file 'ChangeLog'
--- ChangeLog    2011-12-14 13:20:57 +0000
+++ ChangeLog    2011-12-14 22:20:52 +0000
@@ -1,3 +1,7 @@
+2011-12-14  Mario Limonciello <mario_limonciello@dell.com>
+
+    * configure.ac: Add back in test for limits.h.
+
  2011-12-14  Vladimir Serbinenko <phcoder@gmail.com>

      * grub-core/gfxmenu/widget-box.c (get_left_pad): Take corners into

=== modified file 'configure.ac'
--- configure.ac    2011-11-12 18:18:42 +0000
+++ configure.ac    2011-12-14 22:19:35 +0000
@@ -298,7 +298,7 @@

  # Check for functions and headers.
  AC_CHECK_FUNCS(posix_memalign memalign asprintf vasprintf getextmntent)
-AC_CHECK_HEADERS(libzfs.h libnvpair.h sys/param.h sys/mount.h sys/mnttab.h sys/mkdev.h)
+AC_CHECK_HEADERS(libzfs.h libnvpair.h sys/param.h sys/mount.h sys/mnttab.h sys/mkdev.h limits.h)

  AC_CHECK_MEMBERS([struct statfs.f_fstypename],,,[$ac_includes_default
  #include <sys/param.h>



[-- Attachment #2: limits_test.patch --]
[-- Type: text/x-diff, Size: 900 bytes --]

=== modified file 'ChangeLog'
--- ChangeLog	2011-12-14 13:20:57 +0000
+++ ChangeLog	2011-12-14 22:20:52 +0000
@@ -1,3 +1,7 @@
+2011-12-14  Mario Limonciello <mario_limonciello@dell.com>
+
+	* configure.ac: Add back in test for limits.h.
+
 2011-12-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
 	* grub-core/gfxmenu/widget-box.c (get_left_pad): Take corners into

=== modified file 'configure.ac'
--- configure.ac	2011-11-12 18:18:42 +0000
+++ configure.ac	2011-12-14 22:19:35 +0000
@@ -298,7 +298,7 @@
 
 # Check for functions and headers.
 AC_CHECK_FUNCS(posix_memalign memalign asprintf vasprintf getextmntent)
-AC_CHECK_HEADERS(libzfs.h libnvpair.h sys/param.h sys/mount.h sys/mnttab.h sys/mkdev.h)
+AC_CHECK_HEADERS(libzfs.h libnvpair.h sys/param.h sys/mount.h sys/mnttab.h sys/mkdev.h limits.h)
 
 AC_CHECK_MEMBERS([struct statfs.f_fstypename],,,[$ac_includes_default
 #include <sys/param.h>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Restore test for limits.h
  2011-12-14 22:26 [PATCH] Restore test for limits.h Mario Limonciello
@ 2012-01-22 15:48 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2012-01-22 15:48 UTC (permalink / raw)
  To: The development of GNU GRUB; +Cc: Mario Limonciello

On 14.12.2011 23:26, Mario Limonciello wrote:
> +2011-12-14  Mario Limonciello<mario_limonciello@dell.com>
> +
> +	* configure.ac: Add back in test for limits.h.
> +
Applied, thanks. Sorry for the delay

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-22 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-14 22:26 [PATCH] Restore test for limits.h Mario Limonciello
2012-01-22 15:48 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.