Commit ID: 1005F1AF5F96E009CFC
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/24 14:54:07 UTC
Modified files:
bin/mksh : edit.c funcs.c
Log message:
move away from STD{IN,OUT,ERR}_FILENO constants
they’re just silly (IIRC OpenBSD did away with them in some code, too)
and some systems even lack them (A/UX)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.351 -r1.352 src/bin/mksh/edit.c
cvs -R rdiff -kk -upr1.375 -r1.376 src/bin/mksh/funcs.c