linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sha1.h: remove ansidecl.h header inclusion
@ 2012-08-13 12:20 Lukasz Dorau
  2012-08-13 23:53 ` NeilBrown
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Dorau @ 2012-08-13 12:20 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, maciej.patelczyk, ed.ciechanowski, Jacek.Danecki

Inclusion of the 'ansidecl.h' header requires the 'binutils-devel'
package to be installed but is not needed.

Signed-off-by: Maciej Patelczyk <maciej.patelczyk@intel.com>
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
---
 sha1.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/sha1.h b/sha1.h
index 5473f91..a601d96 100644
--- a/sha1.h
+++ b/sha1.h
@@ -26,8 +26,6 @@
 # include <limits.h>
 #endif
 
-#include "ansidecl.h"
-
 /* The following contortions are an attempt to use the C preprocessor
    to determine an unsigned integral type that is 32 bits wide.  An
    alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but


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

* Re: [PATCH] sha1.h: remove ansidecl.h header inclusion
  2012-08-13 12:20 [PATCH] sha1.h: remove ansidecl.h header inclusion Lukasz Dorau
@ 2012-08-13 23:53 ` NeilBrown
  0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2012-08-13 23:53 UTC (permalink / raw)
  To: Lukasz Dorau; +Cc: linux-raid, maciej.patelczyk, ed.ciechanowski, Jacek.Danecki

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

On Mon, 13 Aug 2012 14:20:43 +0200 Lukasz Dorau <lukasz.dorau@intel.com>
wrote:

> Inclusion of the 'ansidecl.h' header requires the 'binutils-devel'
> package to be installed but is not needed.
> 
> Signed-off-by: Maciej Patelczyk <maciej.patelczyk@intel.com>
> Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
> ---
>  sha1.h |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/sha1.h b/sha1.h
> index 5473f91..a601d96 100644
> --- a/sha1.h
> +++ b/sha1.h
> @@ -26,8 +26,6 @@
>  # include <limits.h>
>  #endif
>  
> -#include "ansidecl.h"
> -
>  /* The following contortions are an attempt to use the C preprocessor
>     to determine an unsigned integral type that is 32 bits wide.  An
>     alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


applied, thanks.

NeilBrown


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

end of thread, other threads:[~2012-08-13 23:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 12:20 [PATCH] sha1.h: remove ansidecl.h header inclusion Lukasz Dorau
2012-08-13 23:53 ` NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).