diff options
| author | Eli Zaretskii | 2001-11-05 11:48:48 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-05 11:48:48 +0000 |
| commit | 6fb8339ca8ebb4deda62b34d82a8ff33fd43f1db (patch) | |
| tree | 84ff9b25d549b365288d1a6455b60ceb999c993f /src/ChangeLog | |
| parent | 7dd73b78d0e82746ed1ef4f7cab833c0d0d2ac76 (diff) | |
| download | emacs-6fb8339ca8ebb4deda62b34d82a8ff33fd43f1db.tar.gz emacs-6fb8339ca8ebb4deda62b34d82a8ff33fd43f1db.zip | |
(unexec): mmap() has problems on nfs-mounted file
systems. Don't use it anymore.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8f4f49d4d33..fa65344ada4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-11-05 Dale Hagglund <rdh@yottayotta.com> | ||
| 2 | |||
| 3 | * unexelf.c (unexec): Don't use `mmap'. Instead, read and write | ||
| 4 | the program image directly. | ||
| 5 | |||
| 1 | 2001-11-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6 | 2001-11-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 7 | ||
| 3 | * buffer.h (Fbuffer_local_value): Add prototype. | 8 | * buffer.h (Fbuffer_local_value): Add prototype. |