summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 07:52:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 07:52:48 +0000
commitf0e48c55ff9fe8306b910b2b894bdff84689e2f1 (patch)
tree4fda85930a9aa58eb6029eb81c8d6495e199f1b6 /cpukit/ChangeLog
parentComment out copyin/copyout to work around clash with defines from rtems_bsdne... (diff)
downloadrtems-f0e48c55ff9fe8306b910b2b894bdff84689e2f1.tar.bz2
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.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <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>