summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-29 06:36:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-29 06:36:46 +0000
commitb81342765a72b7bef65a01b54e92e153844cf439 (patch)
treebfc8553ec8e8929728a6292e2710861796fff70b /testsuites/samples
parentAdd UL suffix to long constants to avoid (diff)
downloadrtems-b81342765a72b7bef65a01b54e92e153844cf439.tar.bz2
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/netconfig.h: Add UL suffix to long constants to avoid implicit integer overflows on 16bit targets.
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 109c5aaa0a..36f0dc44ec 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,7 @@
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * pppd/netconfig.h: Add UL suffix to long constants to avoid
+ implicit integer overflows on 16bit targets.
* fileio/init.c: Use %zd to print ssize_t.
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>