commit: e4bf40cf5707133ac94e309dd768622439a2e1a8
parent 85ac5c8eb7ffce5e720d6cc594109555ce36071f
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 23 Mar 2020 20:39:17 -0700
libutp: More portability fixes
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pkg/libutp/gen.lua b/pkg/libutp/gen.lua
@@ -1,6 +1,5 @@
cflags{
- '-Wall',
- '-D POSIX',
+ '-std=c99', '-Wall', '-Wpedantic',
'-I $srcdir',
}
diff --git a/pkg/libutp/ver b/pkg/libutp/ver
@@ -1 +1 @@
-9aefe8f7c1 r0
+a515851421 r0