fastfetch: update to 2.35.0
[oi-userland.git] / components / sysutils / nmap / patches / 01-climits.patch
blobd2aacbcee2bd61a77c377487b365034affc054d9
1 --- nmap-7.95/charpool.cc.orig 2024-02-28 20:46:45.000000000 +0200
2 +++ nmap-7.95/charpool.cc 2025-01-03 19:45:55.140063616 +0200
3 @@ -62,6 +62,7 @@
4 /* $Id: charpool.cc 38790 2024-02-28 18:46:45Z dmiller $ */
6 #include <stddef.h>
7 +#include <climits>
8 #undef NDEBUG
9 #include <assert.h>
11 --- nmap-7.95/nping/NpingOps.cc.orig 2024-02-28 20:46:45.000000000 +0200
12 +++ nmap-7.95/nping/NpingOps.cc 2025-01-03 19:55:15.811101239 +0200
13 @@ -59,6 +59,8 @@
15 ***************************************************************************/
17 +#include <climits>
19 #ifdef WIN32
20 #include "winfix.h"
21 #endif