Commit ID: 10056DF35CC037C121E
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/08 20:28:18 UTC
Modified files:
usr.bin/vi/common: exf.c options.c
usr.bin/vi/ex : ex_filter.c
usr.bin/vi/include: options_def.h
Log message:
pull OpenBSD quickfix to compile: rename O_DIRECTORY to O_TMP_DIRECTORY
whoever at UCB thought it a good idea to trespass into O_* namespace…
the better fix would have been to use OPT_ as præfix
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/vi/common/exf.c
cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/vi/common/options.c
cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/vi/ex/ex_filter.c
cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/vi/include/options_def.h