comparison src/s/sol2.h @ 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 d83c81c1c29d
comparison
equal deleted inserted replaced
3161:2965c226e5ed 3162:358923f49f13
21 /* Karl Berry writes: 21 /* Karl Berry writes:
22 If you have the misfortune to be running Solaris 2.1, you may have 22 If you have the misfortune to be running Solaris 2.1, you may have
23 noticed that the access system call does not check the readonlyness of 23 noticed that the access system call does not check the readonlyness of
24 the filesystem the path refers to. This is a bug, according to 24 the filesystem the path refers to. This is a bug, according to
25 access(2), but in the meantime, some of us need the right behavior. */ 25 access(2), but in the meantime, some of us need the right behavior. */
26 #define SOLARIS_BROKEN_ACCESS 26
27 /* Well, we released Emacs with this change, and fixed a typo, but
28 people keep saying that it doesn't work, and that the patch is easy
29 to install. */
30 #undef SOLARIS_BROKEN_ACCESS