changeset 3162:358923f49f13

* s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
author Jim Blandy <jimb@redhat.com>
date Thu, 27 May 1993 03:05:02 +0000
parents 2965c226e5ed
children 0042a01ff63a
files src/s/sol2.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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