commit: 8def691214a66715b7b2eb47df47b5a97fa5091c
parent fe6ecf3cfef3189d71b1ebbd773ebae7dbd684a1
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 15 Aug 2017 21:58:29 -0700
samurai: Update to latest git
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pkg/samurai/gen.rc b/pkg/samurai/gen.rc
@@ -1,4 +1,6 @@
-cflags -Wall '-std=c11' -pedantic
+cflags\
+ -Wall '-std=c11' -pedantic\
+ -D '_POSIX_C_SOURCE=200809L'
exe samu build.c deps.c env.c graph.c htab.c lex.c log.c parse.c samurai.c tool.c util.c
file bin/samu '$outdir'/samu 755
diff --git a/pkg/samurai/rev b/pkg/samurai/rev
@@ -1 +1 @@
-5
+6