diff options
| author | Dan Nicolaescu | 2008-12-19 20:52:15 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-19 20:52:15 +0000 |
| commit | 53934c983b9d91ed8845b35f584e894bda7501c0 (patch) | |
| tree | 83f985dbdbf6681d574816051866ffa5b1fc9e5e /src/ChangeLog | |
| parent | 06e111a6efbbe275e8f7c364ff8e5955d1ab75f0 (diff) | |
| download | emacs-53934c983b9d91ed8845b35f584e894bda7501c0.tar.gz emacs-53934c983b9d91ed8845b35f584e894bda7501c0.zip | |
Include alloca.h.
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 4bc6d54c1a0..5ed15b4e59a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * sysdep.c: Include alloca.h. | ||
| 4 | |||
| 5 | 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 6 | |||
| 3 | Reorganize implementation of Flist_system_processes and | 7 | Reorganize implementation of Flist_system_processes and |
| 4 | Fsystem_process_attributes. No functional changes. | 8 | Fsystem_process_attributes. No functional changes. |
| 5 | * process.c: Don't #include pwd.h, grp.h and limits.h. | 9 | * process.c: Don't #include pwd.h, grp.h and limits.h. |