Commit ID: 1005FA839E3200C0737
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/11/08 18:33:36 UTC
Modified files:
distrib/special/mksh: Makefile
bin/mksh : Makefile
Log message:
-std=c89 implies -D__STRICT_ANSI__ because it’s the same as -ansi,
but we can’t really use that here (as we want __BSD_VISIBLE), so
pack -U__STRICT_ANSI__ straight behind -std=c89 as pax does
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.107 -r1.108 src/distrib/special/mksh/Makefile
cvs -R rdiff -kk -upr1.172 -r1.173 src/bin/mksh/Makefile