summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-27 09:39:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-27 09:39:41 +0000
commit19cf9dd6fca6ad9ffecc67f40bdad294a2ea8edf (patch)
tree8a774f8c76b41be8a69b08420a525979644a2014 /cpukit
parent2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-19cf9dd6fca6ad9ffecc67f40bdad294a2ea8edf.tar.bz2
* libnetworking/opt_ppp.h: New.
* libnetworking/net/ppp.h: Remove. * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Reflect changes above. Cosmetics from FreeBSD. * libnetworking/Makefile.am: Add opt_ppp.h, remove net/ppp.h.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 163fbe3127..2d77ba6206 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,11 @@
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * libnetworking/opt_ppp.h: New.
+ * libnetworking/net/ppp.h: Remove.
+ * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c:
+ Reflect changes above. Cosmetics from FreeBSD.
* libnetworking/Makefile.am: Don't install loop.h.
+ Add opt_ppp.h, remove net/ppp.h.
* include/rtems/concat.h: Add EXPAND0, CONCAT0.
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>