diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2.h | 6 |
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 | |||
| 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 | ||