summaryrefslogtreecommitdiff
path: root/daemons/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-12-11 11:10:13 +0000
committerThomas Schwinge <tschwinge@gnu.org>2007-12-11 11:10:13 +0000
commit12d3c44f22fc76fdf64cbf77e46d9d6a120ed5aa (patch)
treeae8763cb7da70a1f0b7f46fff32ced52e75e0068 /daemons/ChangeLog
parente4632a52dda7d13205b008567c4fee879dc80055 (diff)
2007-12-11 Thomas Schwinge <tschwinge@gnu.org>
* getty.c (main) <execl>: Correctly specify sentinels to avoid GCC 4.3 warnings.
Diffstat (limited to 'daemons/ChangeLog')
-rw-r--r--daemons/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog
index 5f5b7fee..5e05dcfc 100644
--- a/daemons/ChangeLog
+++ b/daemons/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-11 Thomas Schwinge <tschwinge@gnu.org>
+
+ * getty.c (main) <execl>: Correctly specify sentinels to avoid GCC 4.3
+ warnings.
+
2002-09-15 Marcus Brinkmann <marcus@gnu.org>
* getty.c: Include <termios.h>.