# HG changeset patch # User Jim Blandy # Date 738471902 0 # Node ID 358923f49f1307caf6e911977d5f076f41a5f155 # Parent 2965c226e5ed80f219d6a04f742017b34677e519 * s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this. diff -r 2965c226e5ed -r 358923f49f13 src/s/sol2.h --- a/src/s/sol2.h Thu May 27 03:02:21 1993 +0000 +++ b/src/s/sol2.h Thu May 27 03:05:02 1993 +0000 @@ -23,4 +23,8 @@ noticed that the access system call does not check the readonlyness of the filesystem the path refers to. This is a bug, according to access(2), but in the meantime, some of us need the right behavior. */ -#define SOLARIS_BROKEN_ACCESS + +/* Well, we released Emacs with this change, and fixed a typo, but + people keep saying that it doesn't work, and that the patch is easy + to install. */ +#undef SOLARIS_BROKEN_ACCESS