reduce the noise coming from the ape cmd compile Reference: /n/atom/patch/applied/apecmdtidy Date: Mon Apr 7 22:34:27 CES 2014 Signed-off-by: quanstro@quanstro.net --- /sys/src/ape/cmd/mkfile Mon Apr 7 22:34:13 2014 +++ /sys/src/ape/cmd/mkfile Mon Apr 7 22:34:13 2014 @@ -18,7 +18,7 @@ BIN=$APEBIN #include #include --- /sys/src/ape/cmd/pdksh/mkfile Mon Apr 7 22:34:13 2014 +++ /sys/src/ape/cmd/pdksh/mkfile Mon Apr 7 22:34:13 2014 @@ -35,7 +35,7 @@ #include #include --- /sys/src/ape/cmd/sed/sed1.c Mon Apr 7 22:34:13 2014 +++ /sys/src/ape/cmd/sed/sed1.c Mon Apr 7 22:34:13 2014 @@ -1,3 +1,4 @@ +#define _POSIX_SOURCE #include #include #include --- /sys/src/ape/cmd/diff/config.h Mon Apr 7 22:34:13 2014 +++ /sys/src/ape/cmd/diff/config.h Mon Apr 7 22:34:13 2014 @@ -1,3 +1,8 @@ +#define _POSIX_SOURCE +#define REGEX_MALLOC +#define HAVE_CONFIG_H +#define DIFF_PROGRAM "/bin/ape/diff" + /* config.h. Generated automatically by configure. */ /* config.hin. Generated automatically from configure.in by autoheader. */ --- /sys/src/ape/cmd/diff/mkfile Mon Apr 7 22:34:13 2014 +++ /sys/src/ape/cmd/diff/mkfile Mon Apr 7 22:34:13 2014 @@ -40,8 +40,7 @@