aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index efc238cc078..0a6b29a006c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,7 @@
4 Fix pointer signedness issue. 4 Fix pointer signedness issue.
5 (sys_subshell): Mark local as volatile if checking for lint, 5 (sys_subshell): Mark local as volatile if checking for lint,
6 to suppress a gcc -Wclobbered warning that does not seem to be right. 6 to suppress a gcc -Wclobbered warning that does not seem to be right.
7 (MAXPATHLEN): Define only if needed.
7 8
8 * process.c (serial_open, serial_configure): Move decls from here ... 9 * process.c (serial_open, serial_configure): Move decls from here ...
9 * systty.h: ... to here, so that they can be checked. 10 * systty.h: ... to here, so that they can be checked.