Adding missing #include <limits.h>.

Le Thu, 11 Mar 2010 18:13:49 -0300,
Rajiv Andrade <[email protected]> a écrit :

> 
> On Mar 2, 2010, at 12:55 PM, Laurent Bigonville wrote:
> 
> > 
> > There are currently 12 patches I'm not sure you want me to post
> > them on the mailing list.
> > 
> Sorry for the delay, yes, it's ok.
> 
> Thanks,
> Rajiv Andrade
> 

Author: Albin Tonnerre <[email protected]>
Description: Adding missing #include <limits.h>.

diff -Naurp trousers.orig/src/trspi/crypto/openssl/symmetric.c trousers/src/trspi/crypto/openssl/symmetric.c
--- trousers.orig/src/trspi/crypto/openssl/symmetric.c	2009-05-19 13:17:39.000000000 +0000
+++ trousers/src/trspi/crypto/openssl/symmetric.c	2009-05-19 13:24:59.000000000 +0000
@@ -15,6 +15,7 @@
  *
  */
 
+#include <limits.h>
 #include <string.h>
 
 #include <openssl/evp.h>
diff -Naurp trousers.orig/src/tspi/tsp_ps.c trousers/src/tspi/tsp_ps.c
--- trousers.orig/src/tspi/tsp_ps.c	2009-05-19 13:17:39.000000000 +0000
+++ trousers/src/tspi/tsp_ps.c	2009-05-19 13:24:59.000000000 +0000
@@ -8,6 +8,7 @@
  *
  */
 
+#include <limits.h>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/file.h>
diff -Naurp trousers.orig/src/tspi/tspi_aik.c trousers/src/tspi/tspi_aik.c
--- trousers.orig/src/tspi/tspi_aik.c	2009-05-19 13:17:39.000000000 +0000
+++ trousers/src/tspi/tspi_aik.c	2009-05-19 13:24:59.000000000 +0000
@@ -8,6 +8,7 @@
  *
  */
 
+#include <limits.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
TrouSerS-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/trousers-tech

Reply via email to