logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 795d18cacaf97524746b8ad0a275926a1bc761e7
parent 4a91476f6217798d8056d46ab3ef70b237fb5ff6
Author: Michael Forney <mforney@mforney.org>
Date:   Thu,  4 Jun 2020 21:17:46 -0700

libutp: Fix uninitialized variable warning

Diffstat:

Mpkg/libutp/gen.lua1+
Mpkg/libutp/ver2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkg/libutp/gen.lua b/pkg/libutp/gen.lua @@ -1,5 +1,6 @@ cflags{ '-std=c99', '-Wall', '-Wpedantic', + '-D _POSIX_C_SOURCE=200809L', '-I $srcdir', } diff --git a/pkg/libutp/ver b/pkg/libutp/ver @@ -1 +1 @@ -654f7fa6ce r0 +996ad97f18 r0