=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/less.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/less/less.h 2015/11/06 15:50:33 1.13 +++ src/usr.bin/less/less.h 2015/11/09 02:59:06 1.14 @@ -87,12 +87,6 @@ #define MIN_LINENUM_WIDTH 7 /* Min printing width of a line number */ #define MAX_UTF_CHAR_LEN 6 /* Max bytes in one UTF-8 char */ -/* - * Flags for open() - */ -#define OPEN_READ (O_RDONLY) -#define OPEN_APPEND (O_APPEND|O_WRONLY) - #define SHELL_META_QUEST 1 #define SPACES_IN_FILENAMES 1