prefer limits.h over sys/limits.h

This commit is contained in:
Brent Cook 2016-05-03 02:13:52 -05:00
parent 2169962cb4
commit bb9c1f2838

11
patches/encode.c.patch Normal file
View File

@ -0,0 +1,11 @@
--- crypto/evp/encode.c.orig Tue May 3 02:11:54 2016
+++ crypto/evp/encode.c Tue May 3 02:12:00 2016
@@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
-#include <sys/limits.h>
+#include <limits.h>
#include <stdio.h>
#include <string.h>