diff options
| author | Eli Zaretskii | 2013-04-07 19:18:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-04-07 19:18:41 +0300 |
| commit | 7d9f6883aad738362a8321955b1c1f76e8f7aea1 (patch) | |
| tree | 670edf14858331cc96f5a0e5147b50760997c77f /src/ChangeLog | |
| parent | 5406cfd9cd748a2d83a0c9eb38849ace83a10cb2 (diff) | |
| download | emacs-7d9f6883aad738362a8321955b1c1f76e8f7aea1.tar.gz emacs-7d9f6883aad738362a8321955b1c1f76e8f7aea1.zip | |
Provide definition of ACL_NOT_WELL_SUPPORTED for MS-Windows.
src/fileio.c (ACL_NOT_WELL_SUPPORTED): Define macro for WINDOWSNT.
Fixes: debbugs:13702
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index be654602cc8..cb6930f9acc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-04-07 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (ACL_NOT_WELL_SUPPORTED): Define macro for WINDOWSNT. | ||
| 4 | |||
| 1 | 2013-04-07 Romain Francoise <romain@orebokech.com> | 5 | 2013-04-07 Romain Francoise <romain@orebokech.com> |
| 2 | 6 | ||
| 3 | Ignore additional platform-specific ACL errors (Bug#13702). | 7 | Ignore additional platform-specific ACL errors (Bug#13702). |