prefer limits.h over sys/limits.h

This commit is contained in:
Brent Cook
2016-05-03 02:13:13 -05:00
parent 6cb804b342
commit b8b8628640

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

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