From f0e48c55ff9fe8306b910b2b894bdff84689e2f1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Mar 2007 07:52:48 +0000 Subject: [PATCH] =?UTF-8?q?2007-03-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- cpukit/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 85d3edcbd1..41eca73a94 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,9 @@ 2007-03-18 Ralf Corsépius + * 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