diff options
| author | Jim Blandy | 1993-05-27 03:05:02 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-27 03:05:02 +0000 |
| commit | 8897c5c21cc3a62ce3c872d4e421acda4dec056e (patch) | |
| tree | 0e9ddd23b945acfe43fa8d6fab22300b4b49bd03 /src | |
| parent | 6f51e3df798f3ec03ae7435aafc10cfa219e2f0f (diff) | |
| download | emacs-8897c5c21cc3a62ce3c872d4e421acda4dec056e.tar.gz emacs-8897c5c21cc3a62ce3c872d4e421acda4dec056e.zip | |
* s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
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 | ||