2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/net/ppp_tty.c: Use struct rtems_termios_linesw
	instead of struct linesw (PR 1229)
	* libnetworking/sys/systm.h: Comment out copyin/copyout to work
	around clash with defines from rtems_bsdnet_internal.h.
This commit is contained in:
Ralf Corsepius
2007-03-18 07:52:48 +00:00
parent a5f6802bcb
commit f0e48c55ff
+4
View File
@@ -1,5 +1,9 @@
2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/ppp_tty.c: Use struct rtems_termios_linesw
instead of struct linesw (PR 1229)
* libnetworking/sys/systm.h: Comment out copyin/copyout to work
around clash with defines from rtems_bsdnet_internal.h.
* score/src/heapwalk.c: include stdlib.h.
2007-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>