Hi,
On 21/04/2021 15:43, Arne Schwabe wrote:
> Also change the types to use C99 uint64_t and its printf u64 define.
>
> Signed-off-by: Arne Schwabe
This patch looks good and compiles on my test rig.
As expected, it is basically removing a bunch of ifdefs always forced on
the "true-branch".
Si
Also change the types to use C99 uint64_t and its printf u64 define.
Signed-off-by: Arne Schwabe
---
src/openvpn/common.h | 15 +++
src/openvpn/syshead.h | 5 -
2 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/src/openvpn/common.h b/src/openvpn/common.h
index 623