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.
This commit is contained in:
Ralf Corsepius
2009-10-29 06:36:46 +00:00
parent eee3bc1b73
commit b81342765a
+2
View File
@@ -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>