ports/net/httping/files/patch-utils.h
Emanuel Haupt 781504a56a net/httping: Update to 2.9
- Update to 2.9
- No longer support disabling SSL in late 2022
- Make NLS optional
- Convert to use OPTIONS helpers
- Pacify portclippy
- Reformat with portfmt
2022-11-12 12:14:59 +01:00

8 lines
276 B
C

--- utils.h.orig 2022-10-29 19:34:27 UTC
+++ utils.h
@@ -16,4 +16,4 @@ char * format_value(double value, int digits_sig, int
#define min(x, y) ((x) < (y) ? (x) : (y))
#define max(x, y) ((x) > (y) ? (x) : (y))
-void myusleep(useconds_t v);
+void myusleep(__useconds_t v);