CVS: herc.mirbsd.org: src
Thorsten Glaser <
tg@...>
2010-10-01 19:04:41 GMT
Commit ID: 1004CA6307E2EE8E957
CVSROOT: /cvs
Module name: src
Changes by: tg@... 2010/10/01 19:04:40 UTC
Modified files:
bin/mksh : Build.sh check.t sh.h
Log message:
• Build.sh: fix a compiler warning which, had it not been irrelevant in
a mirtoconf check, would’ve been a real problem on an LP64 platform
• sh.h: work around a bad interaction between -Wformat on gcc and manual
string pooling for T_synerr, which is used in place of a format string
in some places
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.461 -r1.462 src/bin/mksh/Build.sh
cvs -R rdiff -kk -upr1.394 -r1.395 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.416 -r1.417 src/bin/mksh/sh.h