opnsense-ports/net/httping/files/patch-utils.h
Franco Fichtner 3f62088388 */*: sync with upstream
Taken from: FreeBSD
2022-11-14 09:07:28 +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);