summaryrefslogtreecommitdiff
path: root/src/s/sol2.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-27 03:05:02 +0000
committerJim Blandy <jimb@redhat.com>1993-05-27 03:05:02 +0000
commitaf47d3ea9254884baff7a28119f0ba6652d80ecf (patch)
treef665dd58d39379b26578ea972e72cf85546956dd /src/s/sol2.h
parentc668a356e0cedc82e7bb5f98c2fac37dc1d638c2 (diff)
downloademacs-af47d3ea9254884baff7a28119f0ba6652d80ecf.tar.gz
* s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
Diffstat (limited to 'src/s/sol2.h')
-rw-r--r--src/s/sol2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index db573a55bcc..348cfaabc09 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -23,4 +23,8 @@ If you have the misfortune to be running Solaris 2.1, you may have
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